Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alwalxed/phone-wordlist-generator
- Owner: alwalxed
- License: mit
- Created: 2024-06-23T04:42:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T10:06:04.000Z (5 months ago)
- Last Synced: 2024-06-24T06:37:09.588Z (5 months ago)
- Topics: generator, handshake, networks, pentest-tool, pentesting, python, wifi-hacking, wordlist, wordlist-generator
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.