https://github.com/kourva/brutegen
Generates random characters, suitable for making bruteforce tools
https://github.com/kourva/brutegen
brute-force bruteforce-password-cracker python3 random-generation
Last synced: about 1 year ago
JSON representation
Generates random characters, suitable for making bruteforce tools
- Host: GitHub
- URL: https://github.com/kourva/brutegen
- Owner: Kourva
- Created: 2022-11-19T17:30:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:40:22.000Z (over 1 year ago)
- Last Synced: 2025-03-18T13:46:04.495Z (about 1 year ago)
- Topics: brute-force, bruteforce-password-cracker, python3, random-generation
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BruteGen
Generates random characters, suitable for making bruteforce tools
+ You can add arguments to set minimum and maximum length of characters
+ You can use **zfill** instead of **rjust/ljust** to fill 0 for empty places
+ Enjoy
### Clone
```bash
git clone https://github.com/Kourva/BruteGen && cd BruteGen && chmod +x BruteGen.py
```
```python
python3 BruteGen.py [OR] ./BruteGen.py
```