BruteGen

Generates random characters, suitable for making bruteforce tools

Stars
8

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