Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alwalxed/phone-wordlist-generator

A Python script that generates a wordlist of 7-digit combinations with a custom prefix.
https://github.com/alwalxed/phone-wordlist-generator

generator handshake networks pentest-tool pentesting python wifi-hacking wordlist wordlist-generator

Last synced: 5 days ago
JSON representation

A Python script that generates a wordlist of 7-digit combinations with a custom prefix.

Awesome Lists containing this project

README

        

# 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 `-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](https://github.com/alwalxed/phone-wordlist-generator/blob/main/LICENSE) file for details.