hashcat v0.50 hybrid rules
#8
I've checked that case now, here's a log:

Generate rules, should be 1000 in total, worked

Quote:$ ./mp64.bin -o bf.rule '$?d $?d $?d'
$ wc -l bf.rule
1000 bf.rule

Test combinator, base wordlist has 31 words, so 31^2 should give 961, worked.

Quote:$ wc -l a.txt
31 a.txt
$ ./hashcat-cli64.bin -a 1 a.txt --stdout | wc -l
961
$ ./hashcat-cli64.bin -a 1 a.txt --stdout  | sort -u | wc -l
961

Now with rules added it should be (31^2)*1000. Seems to work for the total number of output words, but seems to have
create some dupes. I'll check that

Quote:$ ./hashcat-cli64.bin -a 1 a.txt --stdout -r bf.rule | wc -l
961000
$ ./hashcat-cli64.bin -a 1 a.txt --stdout -r bf.rule | sort -u | wc -l
914500


Messages In This Thread
hashcat v0.50 hybrid rules - by db60 - 11-09-2015, 06:46 AM
RE: hashcat v0.50 hybrid rules - by atom - 11-10-2015, 09:53 AM
RE: hashcat v0.50 hybrid rules - by db60 - 11-10-2015, 09:54 PM
RE: hashcat v0.50 hybrid rules - by mastercracker - 11-12-2015, 12:48 PM
RE: hashcat v0.50 hybrid rules - by db60 - 11-12-2015, 06:22 PM
RE: hashcat v0.50 hybrid rules - by mastercracker - 11-13-2015, 12:39 PM
RE: hashcat v0.50 hybrid rules - by db60 - 11-13-2015, 01:55 PM
RE: hashcat v0.50 hybrid rules - by atom - 11-15-2015, 11:29 AM