hashcat v0.50 hybrid rules
#1
so I'm attempting a hybrid rule-based attack with hashcat, trying to generate candidates like 1stword2ndword123. here is my command line:

hashcat -m 2500 -a 1 -r bf.rule /home/me/hccap/some.hccap /home/me/wordlists/a.txt

bf.rule created with maskprocessor to append 3 digits: ./mp.bin -o bf.rule '$?d?d?d'

the last four words in my test wordlist are:
abuse
abused
acacia
accept

--stdout shows this works pretty well, but it's skipping the last few candidates, and I can't figure out why:

acceptabuse996
acceptabuse997
acceptabuse998
acceptabuse999
acceptabused996
acceptabused997
acceptabused998
acceptabuse999
acceptacacia996
acceptacacia997
acceptabused998
acceptabuse999
acceptaccept996
acceptacacia997
acceptabused998
acceptabuse999

it skipped
acceptabused999
acceptacacia998,999
acceptacept997,998,999

and duplicated some others, like acceptabuse999

this was done using v.50, whose changelog says the dupes have been fixed.  ??

what, if anything, am I doing wrong that would produce this behavior.....I am truly stumped, and any help MOST appreciated!

db60


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