Hi,
I have a dictionary file containing:
If i run: I'm getting back my list. But if I try to apply any rules file like here some words are missing:
Is this my fault or hashcat's?
best
Wojtek
I have a dictionary file containing:
Code:
antenna
bother
common
deadline
episode
fork
gonzo
hashcat
inode
If i run:
Code:
./hashcat-cli64.bin ~/dict --stdout
Code:
./hashcat-cli64.bin -a 0 ~/slowa -r ./rules/toggles1.rule --stdout
Code:
Antenna
aNtenna
anTenna
antEnna
antenNa
antennA
Episode
ePisode
epIsode
epiSode
episoDe
episodE
Inode
iNode
inOde
inoDe
Is this my fault or hashcat's?
best
Wojtek