Mercurial > hg > anonet-resdb
annotate contrib/splice3/CHANGES @ 642:3e16546fc507 draft
Merge commit '9d96abc29951a43d8319743f485b48846318496e'
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Tue, 04 Oct 2011 22:39:25 +0000 |
parents | 15bbd88257a6 |
children | 71e998951fbf |
rev | line source |
---|---|
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 | |
636
7399891bf274
fixed bug on splice3 associated with python2.7 interpreter
d3v11 <d3v11@d3v11.ano>
parents:
626
diff
changeset
|
53 Sat Sep 24 2011 |
7399891bf274
fixed bug on splice3 associated with python2.7 interpreter
d3v11 <d3v11@d3v11.ano>
parents:
626
diff
changeset
|
54 d3v11 Changed Makefile and disabled py_compile |
7399891bf274
fixed bug on splice3 associated with python2.7 interpreter
d3v11 <d3v11@d3v11.ano>
parents:
626
diff
changeset
|
55 to avoid interpreter errors. |
639
15bbd88257a6
added configurations to splice3 installations
d3v11 <d3v11@d3v11.ano>
parents:
636
diff
changeset
|
56 |
15bbd88257a6
added configurations to splice3 installations
d3v11 <d3v11@d3v11.ano>
parents:
636
diff
changeset
|
57 Sat Oct 1 2011 |
15bbd88257a6
added configurations to splice3 installations
d3v11 <d3v11@d3v11.ano>
parents:
636
diff
changeset
|
58 d3v11 added setup and setup-deb with Makefile |
15bbd88257a6
added configurations to splice3 installations
d3v11 <d3v11@d3v11.ano>
parents:
636
diff
changeset
|
59 to check for dependencies and set the |
15bbd88257a6
added configurations to splice3 installations
d3v11 <d3v11@d3v11.ano>
parents:
636
diff
changeset
|
60 correct environment paths. |