comparison contrib/splice3/CHANGES @ 657:71e998951fbf draft

d3v11 added im-steal.c for splice3 in contrib/splice3/TOOLS/IM-STEAL enjoy :-)
author d3v11 <d3v11@d3v11.ano>
date Sat, 08 Oct 2011 00:33:36 -0500
parents 15bbd88257a6
children bd1f56c22102
comparison
equal deleted inserted replaced
656:d6e8a6c39807 657:71e998951fbf
1 CHANGES: 1 CHANGES:
2 Fri Sep 9 2011 2 Fri Sep 9 2011
3 d3v11 added timed iterations to bruteforcing algorithms. 3 d3v11 added timed iterations to bruteforcing algorithms.
4 This allows that a user can pause the attacks for 4 This allows that a user can pause the attacks for
5 "X" seconds after every "N" tries. 5 "X" seconds after every "N" tries.
6 6
7 Sat Sep 10 2011 7 Sat Sep 10 2011
8 d3v11 fixed bugs associated with previous iteration 8 d3v11 fixed bugs associated with previous iteration
9 controls. 9 controls.
10 10
11 fixed an old bug from splice* projects that gave 11 fixed an old bug from splice* projects that gave
12 invalid speed output. 12 invalid speed output.
13 13
21 user input. 21 user input.
22 22
23 unused modules and libraries trimmed from import 23 unused modules and libraries trimmed from import
24 on splice3.py and *deshadow.py . 24 on splice3.py and *deshadow.py .
25 25
26 Sun Sep 11 2011 26 Sun Sep 11 2011
27 d3v11 fixed --stdout 27 d3v11 fixed --stdout
28 28
29 added --no-char flag to override appending 29 added --no-char flag to override appending
30 characters to passwords. 30 characters to passwords.
31 31
32 added --wep-5 and --wep-13 to generate WEP key 32 added --wep-5 and --wep-13 to generate WEP key
33 compatible passwords. 33 compatible passwords.
34 34
35 Thu Sep 15 2011 35 Thu Sep 15 2011
36 d3v11 fixed Makefile 36 d3v11 fixed Makefile
37 37
38 added --usernames for -u. 38 added --usernames for -u.
39 39
40 added --exh-custom. 40 added --exh-custom.
41 41
42 added `make update`. 42 added `make update`.
43 43
44 Sun Sep 18 2011 44 Sun Sep 18 2011
45 d3v11 Changed Makefile to prevent install/uninstall 45 d3v11 Changed Makefile to prevent install/uninstall
46 bugs. 46 bugs.
47 47
48 Made some changes to the manual pages. 48 Made some changes to the manual pages.
49 49
50 added `make clean`. 50 added `make clean`.
51 51
52 52
53 Sat Sep 24 2011 53 Sat Sep 24 2011
54 d3v11 Changed Makefile and disabled py_compile 54 d3v11 Changed Makefile and disabled py_compile
55 to avoid interpreter errors. 55 to avoid interpreter errors.
56 56
57 Sat Oct 1 2011 57 Sat Oct 1 2011
58 d3v11 added setup and setup-deb with Makefile 58 d3v11 added setup and setup-deb with Makefile
59 to check for dependencies and set the 59 to check for dependencies and set the
60 correct environment paths. 60 correct environment paths.
61
62 Sat Oct 8 2011
63 d3v11 added im-steal.c, C code that uses
64 libpurple to test successfull logins
65 on several instant messenger protocols.