1PW-INSPECTOR(1)             General Commands Manual            PW-INSPECTOR(1)
2
3
4

NAME

6       pw-inspector - A tool to reduce the password list
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

21       -i FILE
22              file to read passwords from (default: stdin)
23
24       -o FILE
25              file to write valid passwords to (default: stdout)
26
27       -m MINLEN
28              minimum length of a valid password
29
30       -M MAXLEN
31              maximum length of a valid password
32
33       -c MINSETS
34              the minimum number of sets required (default: all given)
35
36       -h, --help
37              Show summary of options.
38

SETS

40       -l     lowcase characters (a,b,c,d, etc.)
41
42       -u     upcase characters (A,B,C,D, etc.)
43
44       -n     numbers (1,2,3,4, etc.)
45
46       -p     printable  characters  (which  are not -l/-n/-p, e.g. $,!,/,(,*,
47              etc.)
48
49        -s    special characters - all others not withint the sets above
50

SEE ALSO

52       hydra(1), xhydra(1).
53

AUTHOR

55       hydra was written by van Hauser / THC <vh@thc.org> and co-maintained by
56       David Maciejak <david.maciejak@gmail.com>.
57
58       This manual page was written by Daniel Echeverry <epsilon77@gmail.com>,
59       for the Debian project (and may be used by others).
60
61
62
63                                  24/05/2012                   PW-INSPECTOR(1)
Impressum