How to leet-transform only one char ? [edited]
#5
Can also mention using hashcat-legacy with -a 5 (table attack)

Code:
$ cat dict
Directions

$ hashcat-cli64.exe -a 5 -t tables/leet.table --stdout dict | head
Directions
D1rections
D!rections
Dir3ctions
D1r3ctions
D!r3ctions
Dire<tions
D1re<tions
D!re<tions
Dir3<tions

https://github.com/hashcat/hashcat-legacy
Leet table: https://github.com/hashcat/hashcat-legac...leet.table


Messages In This Thread
RE: How to leet-transform only one char ? [edited] - by Xanadrel - 08-14-2018, 12:35 PM