/phone-wordlist-generator

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

Primary LanguagePythonMIT LicenseMIT

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.