Skip to content

Generates a wordlist of 7-digit combinations with a custom prefix, such as "057".

License

Notifications You must be signed in to change notification settings

alwalxed/phone-wordlist-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone Number Wordlist Generator

This Python script generates a wordlist of 7-digit combinations prefixed with a custom string and saves them to a file

💡 Usage

  • Run the script and enter a prefix when prompted.
  • Combinations are saved in <prefix>-XXX-XXXX.txt in a 'numbers' directory relative to the script.

📋 Example

python generator.py
Enter a prefix: 053
✅ Successfully created combinations with prefix '053' in file numbers/053-XXX-XXXX.txt

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.