rules with $4 or $9 and ^4 or ^9 dropped
#10
Hello atom,

In 0.39b2 every rule is applied, but only every 4th wordlist entry is used. Here is the output of prepending [1-9] (rule) to team[1-9] (wordlist):
Code:
chort@hydra:~/code/hashcat-0.39$ ./hashcat-cli32.bin --stdout -r /fun/tmp/bug.rule /fun/tmp/bug.dict
1team1
2team1
3team1
4team1
5team1
6team1
7team1
8team1
9team1
1team5
2team5
3team5
4team5
5team5
6team5
7team5
8team5
9team5
1team9
2team9
3team9
4team9
5team9
6team9
7team9
8team9
9team9

Result is the same for 32bit or 64bit on Linux.


Messages In This Thread
RE: rules with $4 or $9 and ^4 or ^9 dropped - by chort - 01-23-2012, 12:39 AM