Thanks to visit codestin.com
Credit goes to github.com

Skip to content

anthony-yau/sre-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-scripts
==============
1、check_mysql_password.py
Usage: check_mysql_pass.py [options]
This is mysql user password strength inspection tools.
Options:
--help           Display this help message and exit.
-h HOST          mysql server host address.
-u USER          connection user.
-p PASSWORD      connection user password.
--minlen=MINLEN  password min len.
--maxlen=MAXLEN  password max len.
--type=TYPE      generate password dict type,1-Numbers,2-Capital Letters +
                   Lowercase Letters,3-Numbers + Capital Letters + Lowercase
                   Letters.
--file=FILE      store password dict files.
  
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages