Using a well-built Portuguese wordlist (size ~10 GB after mutation) against a sample of 10,000 Brazilian user hashes (NTLM):
The difference is staggering.
Wordlist Tools and Software: There are several tools available for generating and customizing wordlists, such as: portuguese password wordlist work
Language Considerations: Portuguese has accents and specific characters (e.g., á, é, õ), which should be considered when creating a wordlist. Including variations with and without accents might be beneficial. Using a well-built Portuguese wordlist (size ~10 GB
Imagine you are auditing a Portuguese bank. The base English wordlist finds only 5% of passwords. Here is how your portuguese password wordlist work pays off: The difference is staggering
You must generate two versions of every accented word.
Use iconv to strip accents:
cat base_clean.txt | iconv -f utf-8 -t ascii//translit > base_no_accents.txt