Using latest beta of hascat 0.40b4
dic.txt contains ABCDEFGH
test.rule conatains
Output file ends up with ...
Should be ...
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