Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Wordlist Generator

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.

What it does

  • 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 codes
    • cities.txt — city-name variants
    • final_wordlist.txt — PIN + city-variant combinations

Usage

python wordlist_genrator.py

Generates the three output files in the current directory.

Intended use

Built for authorized penetration testing and password-strength auditing — use only against systems you own or have explicit permission to test.

About

Custom wordlist generator for password-cracking and brute-force engagements — combines regional PIN codes with city-name variants into targeted credential lists.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages