Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 455 Bytes

File metadata and controls

8 lines (8 loc) · 455 Bytes

PassGen

Powerful password generator to use in bruteforce attacks.

  • Support multi threading

Requirements

  • python3

Example cmd

  • python3 main.py <your_string> <output_file> <password_range>
  • python3 main.py abcd output.txt 8-12
    The above command will generate all possible passwords that we can generate using characters
    'a' + 'b' + 'c' + 'd' + 'characters defined in main.py constantly'
    in range 8 - 12