Skip to content

Releases: cyclone-github/accent_permutator

v2023-08-16.1430

16 Aug 19:59
976ca79
Compare
Choose a tag to compare

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

11 Aug 05:02
054b6d0
Compare
Choose a tag to compare

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