Releases: cyclone-github/accent_permutator
Releases · cyclone-github/accent_permutator
v2023-08-16.1430
accent_permutator
- accent_permutator is a tool to transform characters to accented characters such as "o" to "ò"
- tool will accept ASCII, UTF-8 and $HEX[] formatted wordlists
- ex input: plaintext "password" or "$HEX[70617373776f7264]"
- ex usage: cat wordlist.txt | ./accent_permutator.bin | hashcat.bin...
- v2023-08-16.1430; changed read logic to process large wordlists line by line, preventing memory issues
v2023-08-10.2330
accent_permutator
- accent_permutator is a tool to transform characters to accented characters such as "o" to "ò"
- tool will accept ASCII, UTF-8 and $HEX[] formatted wordlists
- ex input: plaintext "password" or "$HEX[70617373776f7264]"
- ex usage: cat wordlist.txt | ./accent_permutator.bin | hashcat.bin...
- written by cyclone