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

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

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
```