Mercurial > hg > anonet-resdb
annotate contrib/splice3/CHANGES @ 675:877df66a01cc draft
splice3 CHANGES updated
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 15 Oct 2011 22:51:00 -0500 |
parents | eee9ab3d1b11 |
children |
rev | line source |
---|---|
626 | 1 CHANGES: |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
2 Fri Sep 9 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
3 d3v11 added timed iterations to bruteforcing algorithms. |
626 | 4 This allows that a user can pause the attacks for |
5 "X" seconds after every "N" tries. | |
6 | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
7 Sat Sep 10 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
8 d3v11 fixed bugs associated with previous iteration |
626 | 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 | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
26 Sun Sep 11 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
27 d3v11 fixed --stdout |
626 | 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 | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
35 Thu Sep 15 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
36 d3v11 fixed Makefile |
626 | 37 |
38 added --usernames for -u. | |
39 | |
40 added --exh-custom. | |
41 | |
42 added `make update`. | |
43 | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
44 Sun Sep 18 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
45 d3v11 Changed Makefile to prevent install/uninstall |
626 | 46 bugs. |
47 | |
48 Made some changes to the manual pages. | |
49 | |
50 added `make clean`. | |
51 | |
52 | |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
53 Sat Sep 24 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
54 d3v11 Changed Makefile and disabled py_compile |
636
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 |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
57 Sat Oct 1 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
58 d3v11 added setup and setup-deb with Makefile |
639
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. |
657
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
61 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
62 Sat Oct 8 2011 |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
63 d3v11 added im-steal.c, C code that uses |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
64 libpurple to test successfull logins |
71e998951fbf
d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL
d3v11 <d3v11@d3v11.ano>
parents:
639
diff
changeset
|
65 on several instant messenger protocols. |
658 | 66 |
67 Sat Oct 9 2011 | |
68 d3v11 updated save/restore features for new | |
69 newest modules. changed --se-create | |
70 to function as a module. | |
659 | 71 |
72 fixed setup-deb bug with dependency | |
73 checks. | |
662 | 74 |
75 Sun Oct 10 2011 | |
76 d3v11 updated --se-create to allow module | |
77 stacking. see --rtfm for details. | |
78 | |
79 Manual page updated. | |
80 | |
81 splice3 will now give an error and | |
82 quit if a compiled wordlist returns | |
83 null. | |
669
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
84 |
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
85 Fri Oct 14 2011 |
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
86 d3v11 updated manual for splice3 |
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
87 |
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
88 splice3's --se-create is now much |
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
89 faster and much more efficient |
271fb597efc9
improved splice3's code. see contrib/splice3/CHANGES
d3v11 <d3v11@d3v11.ano>
parents:
662
diff
changeset
|
90 with memory. |
670
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
91 |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
92 Sat Oct 15 2011 |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
93 d3v11 added --char-length to control |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
94 how many characters are used |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
95 or added to passwords, and |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
96 with how many characters the |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
97 brute force algorithms start |
eee9ab3d1b11
improved splice3 code with --char-length
d3v11 <d3v11@d3v11.ano>
parents:
669
diff
changeset
|
98 and end with. |
675 | 99 |
100 fixed im-steal.c bug. current | |
101 code was not exiting after | |
102 error reporting and prevented | |
103 password testing. |