This Python script generates a wordlist of 7-digit combinations prefixed with a custom string and saves them to a file
- 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.
python generator.py
Enter a prefix: 053
✅ Successfully created combinations with prefix '053' in file numbers/053-XXX-XXXX.txt
This project is licensed under the MIT License. See the LICENSE file for details.