Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 403 Bytes

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

git clone https://github.com/Kourva/BruteGen && cd BruteGen && chmod +x BruteGen.py
python3 BruteGen.py [OR] ./BruteGen.py