This script is designed to iterate and create all possible phone numbers in specified geographic regions. By prompting the user for a country code and multiple area codes, it generates a comprehensive list of phone numbers, which can be saved to a file for further use. The generated wordlists can be used with brute-force tools.
Note: This script is stricly for educational-purposes and should be used as such.
- Prompt user for country code and multiple area codes
- Generate phone numbers for specified area codes
- Save generated phone numbers to a file
- Option to resume from the last saved progress
Clone the Repository
git clone https://github.com/HeyItsSamir/PhoneListGenerator
Change Directory
cd PhoneListGenerator
Make the Script and Executable
sudo chmod +x Phonenumber.py
Run the Script with Python
python3 ./Phonenumber.py
- Multi-threaded execution for faster generation
- May need to move file to a .txt Sudo mv ChicagoPhoneNumbers > ChicagoPhoneNumbers.txt