ULM Replacement ?
#8
Hey there, I did see your wordlist post and it helped me getting back up and running A LOT! Thanks so much for that Smile

I thought you were on Linux, sorry about that. What the Occurrence sorting does is it sorts the file alphabetically (uniq on Unix needs this), then makes everything unique and adds the number of times it removed a line in front of the line, then it sorts it again so the most used passes are on top. Here's an example:

Code:
test
test1
test
whatever
test
whatever

becomes:

Code:
3 test
2 whatever
1 test1

Then you can use Textwrangler or another specialized text editor to remove the numbers in front. For example, Rockyou's first lines look like this:

Code:
290729 123456
79076 12345
76789 123456789
59462 password
49952 iloveyou
33291 princess

Hope this clarifies, but probably doesn't help since your running windows Sad I will definitely keep an eye open. I also wish to try ULM eventually, it looks awesome!

P.S. Gotta love 33291 princess... lol!
Reply


Messages In This Thread
ULM Replacement ? - by Hash-IT - 06-09-2012, 04:22 PM
RE: ULM Replacement ? - by Socapex - 06-10-2012, 12:59 AM
RE: ULM Replacement ? - by Hash-IT - 06-10-2012, 02:15 AM
RE: ULM Replacement ? - by Hash-IT - 06-10-2012, 01:01 PM
RE: ULM Replacement ? - by M@LIK - 06-10-2012, 01:07 PM
RE: ULM Replacement ? - by Hash-IT - 06-10-2012, 02:02 PM
RE: ULM Replacement ? - by Hash-IT - 06-10-2012, 06:49 PM
RE: ULM Replacement ? - by Socapex - 06-10-2012, 11:14 PM
RE: ULM Replacement ? - by Hash-IT - 06-10-2012, 11:51 PM
RE: ULM Replacement ? - by Socapex - 06-11-2012, 01:42 AM
RE: ULM Replacement ? - by Pixel - 06-11-2012, 02:45 AM
RE: ULM Replacement ? - by Hash-IT - 06-11-2012, 10:11 AM
RE: ULM Replacement ? - by Socapex - 06-12-2012, 05:58 AM
RE: ULM Replacement ? - by Socapex - 06-11-2012, 03:38 AM
RE: ULM Replacement ? - by Pixel - 06-11-2012, 04:02 AM
RE: ULM Replacement ? - by blazer - 06-12-2012, 07:34 AM
RE: ULM Replacement ? - by Hash-IT - 06-12-2012, 12:17 PM
RE: ULM Replacement ? - by atom - 06-12-2012, 03:24 PM
RE: ULM Replacement ? - by Hash-IT - 06-12-2012, 04:51 PM