1PW-INSPECTOR(1) General Commands Manual PW-INSPECTOR(1)
2
3
4
6 pw-inspector - A tool to reduce the password list
7
9 pw-inspector [-i FILE] [-o FILE] [-m MINLEN] [-M MAXLEN] [-c MINSETS]
10 -l -u -n -p -s
11
13 PW-Inspector reads passwords in and prints those which meet the re‐
14 quirements. The return code is the number of valid passwords found, 0
15 if none was found. Use for security: check passwords, if 0 is re‐
16 turned, reject password choice. Use for hacking: trim your dictionary
17 file to the pw requirements of the target. Usage only allowed for le‐
18 gal purposes.
19
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
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/-n, e.g. $,!,/,(,*,
47 etc.)
48
49 -s special characters - all others not withint the sets above
50
52 hydra(1), xhydra(1).
53
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)