Cracked password list?

Discussion of the upcoming GPU accelerated rainbow table implementation
  • Ads

Cracked password list?

Postby wintermute » Thu Feb 19, 2009 10:40 pm

I was just thinking- releasing a list of passwords cracked would be a great addition to peoples' wordlists.
wintermute
 
Posts: 7
Joined: Tue Feb 17, 2009 9:34 pm

Re: Cracked password list?

Postby 1epi » Thu Feb 19, 2009 10:50 pm

"Hi all, I'm wintermute on this forum (although I go by many names)

I'm a compsci student and code mostly OO (java/C++) and SQL."

you know c++.
go to : http://cryptohaze.com/hashlist.php?type ... acked=true
download the list.
create a new c++ program, open the hash:pass file, and then save all the information you need (all the info after ":") to a new "wordlist.txt" file.
that's it.
1epi
 
Posts: 36
Joined: Thu Jan 22, 2009 1:37 pm

Re: Cracked password list?

Postby Bitweasil » Thu Feb 19, 2009 10:56 pm

Or do it with 'cut' :)

I intend to support exporting lists of cracked passwords for wordlists in the future as well, when the system changes a bit.
Bitweasil
Site Admin
 
Posts: 912
Joined: Tue Jan 20, 2009 4:26 pm

Re: Cracked password list?

Postby blazer » Fri Feb 20, 2009 2:41 am

o.O i have an even better idea, you don't even need to be a programmer just use excel.

i'm sure all you need is probably some left() right() find() functions maybe trim(). apply and FILL the formula should work like a charm.
blazer
 
Posts: 104
Joined: Fri Jan 23, 2009 10:18 am

Re: Cracked password list?

Postby SaKu » Fri Feb 20, 2009 7:14 pm

I made a java program for the convertion.

Usage:
java -jar <pathToConverter> <sourceFile> <outputFile>

Paremters:
<sourceFile>: The MD5 hashlist in the format HASH:PASSWORD, like on http://cryptohaze.com/hashlist.php?type ... acked=true.
<outputFile>: Any (text) file where you want to save the passwords.

Examples:
java -jar "C:\md5\hl2pl.jar" "C:\md5\hashes.txt" "C:\md5\output.txt"
jave -jar hl2pl.jar hashes.txt output.txt
Attachments
hl2pl.zip
(1.46 KiB) Downloaded 441 times
SaKu
 
Posts: 1
Joined: Fri Feb 20, 2009 7:07 pm

Re: Cracked password list?

Postby blazer » Sun Feb 22, 2009 2:36 am

ok since saku made a java one i figured i'd make one in too. Obviously it's not as universal as the java one (windoze only) but works pretty quick.

Does pretty much what the java one does should be self explanatory.
Attachments
ss.gif
ss.gif (6.43 KiB) Viewed 7741 times
pwrod-ext.zip
(15.3 KiB) Downloaded 430 times
blazer
 
Posts: 104
Joined: Fri Jan 23, 2009 10:18 am

Re: Cracked password list?

Postby Bitweasil » Sun Feb 22, 2009 4:23 pm

Or, for Unix, since we have all these wonderful command line utilities:

Code: Select all
wget -O - "http://cryptohaze.com/hashlist.php?type=MD5&cracked=true" | cut -d':' -f2 > /tmp/passwordlist
Bitweasil
Site Admin
 
Posts: 912
Joined: Tue Jan 20, 2009 4:26 pm

Re: Cracked password list?

Postby mrCracker » Sun Feb 22, 2009 7:01 pm

Now that's too easy Bitweasil.... :-) Come on, don't spoil the fun! ;-)
mrCracker
 
Posts: 28
Joined: Sun Feb 15, 2009 2:09 pm
Location: Bergen, Norway

Re: Cracked password list?

Postby wintermute » Sun Feb 22, 2009 9:44 pm

Oh, my bad for not seeing that link :oops:

breaking out wget right now ;)
wintermute
 
Posts: 7
Joined: Tue Feb 17, 2009 9:34 pm

Re: Cracked password list?

Postby Bitweasil » Sun Feb 22, 2009 10:04 pm

There's really not much in there right now...
Bitweasil
Site Admin
 
Posts: 912
Joined: Tue Jan 20, 2009 4:26 pm


Return to GPU Rainbow Tables

Who is online

Users browsing this forum: No registered users and 1 guest

cron