x100dev / PassGen

Powerful password generator to use in brute force attacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Powerful password generator to use in brute force attacks.


Languages

Language:Python 100.0%