A small Python utility that builds targeted wordlists for password-cracking and brute-force engagements by combining regional PIN codes with city-name variants — the kind of context-aware guesses generic wordlists (rockyou.txt, etc.) miss for India-specific targets.
- Combines a set of Indian state/UT capital PIN codes with 2–4 letter variants of their city names
- Outputs three files:
pincodes.txt— raw PIN codescities.txt— city-name variantsfinal_wordlist.txt— PIN + city-variant combinations
python wordlist_genrator.pyGenerates the three output files in the current directory.
Built for authorized penetration testing and password-strength auditing — use only against systems you own or have explicit permission to test.