Mercurial > hg > anonet-resdb
comparison contrib/splicex/src/manual @ 695:24a6ba1d8657 draft
SpliceX Changes
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Mon, 24 Oct 2011 17:25:51 -0500 |
parents | 2e33b56d4f0d |
children | 5c86c4e82b4c |
comparison
equal
deleted
inserted
replaced
694:f3918dd3a29c | 695:24a6ba1d8657 |
---|---|
25 OPTIONS | 25 OPTIONS |
26 | 26 |
27 --help Show help display and exit | 27 --help Show help display and exit |
28 | 28 |
29 --command Parse passwords to this command | 29 --command Parse passwords to this command |
30 splicex --command='<command> PASSWORD' | |
30 | 31 |
31 --dictionary Path to custom dictionary(wordlist) | 32 --dictionary Path to custom dictionary(wordlist) |
33 splicex --dictionary='WordList.txt' | |
32 | 34 |
33 --rtfm Show manual page and exit | 35 --rtfm Show manual page and exit |
34 | 36 |
35 --restore Path to restore file | 37 --restore Path to restore file |
38 splicex --restore='splicex.save' | |
36 | 39 |
37 --save Directory path to create save file | 40 --save Directory path to create save file |
41 splicex --save=/home/$USER/ | |
38 | 42 |
39 --test Test output of command | 43 --test Test output of command |
44 splicex --test='Password Ok' | |
40 | 45 |
41 --time Manipulate timed iterations | 46 --time Manipulate timed iterations |
47 splicex --time='12, 3' | |
42 | 48 |
43 --usernames Path to username list | 49 --usernames Path to username list |
50 splicex --usernames='UserList.txt' | |
44 | 51 |
45 --exh-l Use an exhaustive attack with letters only | 52 --exh-l Use an exhaustive attack with letters only |
46 | 53 |
47 --exh-n Use an exhaustive attack with numbers only | 54 --exh-n Use an exhaustive attack with numbers only |
48 | 55 |
57 characters only | 64 characters only |
58 | 65 |
59 --exh-all Use an exhaustive attack with all characters | 66 --exh-all Use an exhaustive attack with all characters |
60 | 67 |
61 --exh-custom Use an exhaustive attack with custom characters | 68 --exh-custom Use an exhaustive attack with custom characters |
69 splicex --exh-custom='CharsList.txt' | |
62 | 70 |
63 --stdout Print only passwords to stdout | 71 --stdout Print only passwords to stdout |
64 | 72 |
65 -A Use alphabetical mixing module | 73 -A Use alphabetical mixing module |
66 | 74 |
77 -R Use regular words module | 85 -R Use regular words module |
78 | 86 |
79 -S Use special mixing module | 87 -S Use special mixing module |
80 | 88 |
81 --mix-custom Use custom mixing module | 89 --mix-custom Use custom mixing module |
90 splicex --mix-custom='CharsList.txt' | |
82 | 91 |
83 --wep-5 Use 5 character WEP module | 92 --wep-5 Use 5 character WEP module |
84 | 93 |
85 --wep-13 Use 13 character WEP module | 94 --wep-13 Use 13 character WEP module |
86 | 95 |
97 --no-char Override character usage | 106 --no-char Override character usage |
98 | 107 |
99 --char-length Start and end with set character lengths | 108 --char-length Start and end with set character lengths |
100 | 109 |
101 --custom Use custom characters | 110 --custom Use custom characters |
111 splicex --custom='CharsList.txt' | |
102 | 112 |
103 --deshadow Crack shadow hash sums | 113 --deshadow Crack shadow hash sums |
104 | 114 |
105 --get-shadow Get the shadow info for a user | 115 --get-shadow Get the shadow info for a user |
116 splicex --get-shadow=$USER | |
106 | 117 |
107 --set-shadow Use the shadow info from a file | 118 --set-shadow Use the shadow info from a file |
119 splicex --set-shadow='UserShadow.txt' | |
108 | 120 |
109 --se-module Use the social engineering module | 121 --se-module Use the social engineering module |
110 | 122 |
111 --create Create a dictionary | 123 --create Create a dictionary |
112 | 124 |