Scroll to navigation

PW-INSPECTOR(1) General Commands Manual PW-INSPECTOR(1)

NAME

pw-inspector - A tool to reduce the password list

SYNOPSIS

pw-inspector [-i FILE] [-o FILE] [-m MINLEN] [-M MAXLEN] [-c MINSETS] -l -u -n -p -s

DESCRIPTION

PW-Inspector reads passwords in and prints those which meet the requirements. The return code is the number of valid passwords found, 0 if none was found. Use for security: check passwords, if 0 is returned, reject password choice. Use for hacking: trim your dictionary file to the pw requirements of the target. Usage only allowed for legal purposes.

OPTIONS

file to read passwords from (default: stdin)
file to write valid passwords to (default: stdout)
minimum length of a valid password
maximum length of a valid password
the minimum number of sets required (default: all given)
Show summary of options.

SETS

lowcase characters (a,b,c,d, etc.)
upcase characters (A,B,C,D, etc.)
numbers (1,2,3,4, etc.)
printable characters (which are not -l/-n/-p, e.g. $,!,/,(,*, etc.)
 -s
special characters - all others not withint the sets above

SEE ALSO

hydra(1), xhydra(1).

AUTHOR

hydra was written by van Hauser / THC <vh@thc.org> and co-maintained by David Maciejak <david.maciejak@gmail.com>.

This manual page was written by Daniel Echeverry <epsilon77@gmail.com>, for the Debian project (and may be used by others).

24/05/2012