10-18-2012, 05:37 PM
(10-18-2012, 05:34 PM)M@LIK Wrote: That's what I was exactly writing you, see below.
It's not very professional, but you can get away with rules or multi-rules.
Make a rule-file with all first four bytes of the usernames, you can use:
Code:sed "s|.|$&|g" < usernames.txt | cut -b 1-8 | sort -u > usernames.rule
Then you can run:
Code:-plus -m2400 -r usernames.rule hashfile dict
Now, how would I do this for a brute force attack? I would need some sort of "salt file" correct?