Skip to content

x100dev/PassGen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%