hashcat unexpected output from "s" Rule
#1
Using latest beta of hascat 0.40b4

Code:
hashcat-cli32.exe -r "test.rule" --stdout dic.txt >> Out.txt

dic.txt contains ABCDEFGH

test.rule conatains
Code:
sABsBCsCDsDEsEFsFGsGHsHIsIJsJKsKLsLMsMNsNOsOPsPQsQRsRSsSTsTUsUVsVWsWXsXYsYZsZA

Output file ends up with ...

Code:
AAAAAAAA

Should be ...

Code:
BCDEFGHI
Reply


Messages In This Thread
hashcat unexpected output from "s" Rule - by Hash-IT - 06-05-2012, 12:03 PM