Skip to content

Extracts passwords from file that match specified complexity

License

Notifications You must be signed in to change notification settings

RythmStick/GetCompliant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetCompliant

Extracts passwords from file that match specified complexity.

For example, you want to run a dictionary attack using rockyou.txt, against a target that enforces password complexity. But you know that >90% of those rockyou.txt passwords are going to be invalid.

Usage:

-i, --inputfile=VALUE      Password File eg. rockyou.txt
-o, --outputfile=VALUE     Output File
-f, --forceoverwrite       force overwrite if Output file exists
-m, --minlength=VALUE      Minimum password Length
-x, --maxlength=VALUE      Maximum password Length
-u, --upper                must include Uppercase set
-l, --lower                must include Lowercase set
-p, --special              must include Special Char set
-n, --number               must include Number set
-s, --sets=VALUE           number of Mandatory sets (default: All Sets)
-h, -?, --help             Show Help

For details see https://www.rythmstick.net/posts/getcompliant

About

Extracts passwords from file that match specified complexity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages