Pw-inspector
Pw-inspector est un outil de génération de wordlist pour cracker des mots de passe par exemple. Il est pré-installé sur Kali Linux.
Utilisation
1. Lancer la commande :
pw-inspector -i rockyou.txt -o /home/kali/export.txt -m 6 -M 10
Explication de la syntaxe :
Syntax: pw-inspector [-i FILE] [-o FILE] [-m MINLEN] [-M MAXLEN] [-c MINSETS] -l -u -n -p -s
Options:
-i FILE file to read passwords from (default: stdin)
-o FILE file to write valid passwords to (default: stdout)
-m MINLEN minimum length of a valid password
-M MAXLEN maximum length of a valid password
-c MINSETS the minimum number of sets required (default: all given)
Sets:
-l lowcase characters (a,b,c,d, etc.)
-u upcase characters (A,B,C,D, etc.)
-n numbers (1,2,3,4, etc.)
-p printable characters (which are not -l/-n/-p, e.g. $,!,/,(,*, etc.)
-s special characters - all others not within the sets above