Skip to content

HeyItsSamir/PhoneListGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Phone List Generating Script

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.

Features

  • 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

Usage

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

Example

Phonenumber-py Completion

  • Multi-threaded execution for faster generation

Phonenumber-py Completion

CD Dir

  • May need to move file to a .txt Sudo mv ChicagoPhoneNumbers > ChicagoPhoneNumbers.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages