626
|
1 CHANGES: |
|
2 Fri Sep 9 2011 |
|
3 d3v11 added timed iterations to bruteforcing algorithms. |
|
4 This allows that a user can pause the attacks for |
|
5 "X" seconds after every "N" tries. |
|
6 |
|
7 Sat Sep 10 2011 |
|
8 d3v11 fixed bugs associated with previous iteration |
|
9 controls. |
|
10 |
|
11 fixed an old bug from splice* projects that gave |
|
12 invalid speed output. |
|
13 |
|
14 --debug feature was also added. This allows |
|
15 python traceback which identifies errors on |
|
16 line(s) from the non-compiled source code. |
|
17 |
|
18 --socen changed to --se-create. code associated |
|
19 with this option was also given some minor tweaks |
|
20 so that more useful passwords are generated from |
|
21 user input. |
|
22 |
|
23 unused modules and libraries trimmed from import |
|
24 on splice3.py and *deshadow.py . |
|
25 |
|
26 Sun Sep 11 2011 |
|
27 d3v11 fixed --stdout |
|
28 |
|
29 added --no-char flag to override appending |
|
30 characters to passwords. |
|
31 |
|
32 added --wep-5 and --wep-13 to generate WEP key |
|
33 compatible passwords. |
|
34 |
|
35 Thu Sep 15 2011 |
|
36 d3v11 fixed Makefile |
|
37 |
|
38 added --usernames for -u. |
|
39 |
|
40 added --exh-custom. |
|
41 |
|
42 added `make update`. |
|
43 |
|
44 Sun Sep 18 2011 |
|
45 d3v11 Changed Makefile to prevent install/uninstall |
|
46 bugs. |
|
47 |
|
48 Made some changes to the manual pages. |
|
49 |
|
50 added `make clean`. |
|
51 |
|
52 |