Skip to content

Plensu/BadPassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Bad Pass Gen

Generate a list of bad passwords or NTLM hashes.

Be mindful of your available resources and the amount of arguments you choose!

Usage


Positional arguments:
mask The password mask to use.

Options:
-h, --help Show this help message and exit.
-o OUTFILE, --outfile OUTFILE
Write output to a file.
--ntlm Output only NTLM.
--both Output both clear text and NTLM.

Password Mask Options:
    /d for digits
    /l for lowercase
    /u for uppercase
    /s for special characters
    /a for all of the previous options

Examples


  • Mask: password/d/d   - Possible Password: password84
      - Possible NTLM: E9D68143E51CA2AE975BB4DA61183054
  • Mask: password/a/d   - Possible Password: passwordh8
      - Possible NTLM: 9FB8D457B23371A2069EB07009D3BC5A
  • Mask: password/u/l/s   - Possible Password: passwordNe*
      - Possible NTLM: 0502243BC8A1A8C3BA7F70B305564B03

To-do List


  • Add code to check for escapes.
  • Other cool things.

About

Script to generate bad passwords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages