Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 781 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 781 Bytes

password Strength Checker

This program was written by Sendarg Lee, use it carefully feel FREE ! GitHub:https://github.com/Sendarg

Usage: passwordStrengthChecker.py [ -w wordlist_file ] [ -l least ] [ -n ] [ -o outputfile ] clear_password_file

Example:

passwordStrengthChecker.py -w wordlist.txt -l 2 -n -o out.txt all.txt

Options:

--version show program's version number and exit

-h, --help show this help message and exit

-w WORD Specify a keyword,direcoty file,When not specify,use default keywords :('jack.bower', 'petter', 'LA'),('admin', 'test')

-l LEAST least length in check role,default least is 3

-n output as numbers?,when -n output as numbers

-o OUT output filename,when not specify,print to terminal