summaryrefslogtreecommitdiff
path: root/contrib/splice3/CHANGES
blob: 126b8766d1a9ffa97eddebc8fbddb68183c406b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
CHANGES:
	Fri Sep  9 2011
	d3v11 added timed iterations to bruteforcing algorithms.
           This allows that a user can pause the attacks for
           "X" seconds after every "N" tries.

	Sat Sep 10 2011
	d3v11 fixed bugs associated with previous iteration
           controls.

           fixed an old bug from splice* projects that gave
           invalid speed output. 

           --debug feature was also added. This allows 
           python traceback which identifies errors on
           line(s) from the non-compiled source code.

           --socen changed to --se-create. code associated
           with this option was also given some minor tweaks
           so that more useful passwords are generated from
           user input.

           unused modules and libraries trimmed from import
           on splice3.py and *deshadow.py .

	Sun Sep 11 2011
	d3v11 fixed --stdout

           added --no-char flag to override appending
           characters to passwords.

           added --wep-5 and --wep-13 to generate WEP key
           compatible passwords.

	Thu Sep 15 2011
	d3v11 fixed Makefile

           added --usernames for -u.

           added --exh-custom.
 
           added `make update`.

	Sun Sep 18 2011
	d3v11 Changed Makefile to prevent install/uninstall
           bugs.

           Made some changes to the manual pages.
 
           added `make clean`.

           
	Sat Sep 24 2011
	d3v11 Changed Makefile and disabled py_compile
           to avoid interpreter errors.

	Sat Oct  1 2011
	d3v11 added setup and setup-deb with Makefile
           to check for dependencies and set the
           correct environment paths.

	Sat Oct  8 2011
	d3v11 added im-steal.c, C code that uses
           libpurple to test successfull logins
           on several instant messenger protocols. 

        Sat Oct  9 2011
        d3v11 updated save/restore features for new
              newest modules. changed --se-create
              to function as a module.
              
              fixed setup-deb bug with dependency
              checks.

        Sun Oct 10 2011
        d3v11 updated --se-create to allow module
              stacking. see --rtfm for details.

              Manual page updated.

              splice3 will now give an error and
              quit if a compiled wordlist returns
              null.

	Fri Oct 14 2011
	d3v11 updated manual for splice3

	      splice3's --se-create is now much
	      faster and much more efficient
              with memory.

	Sat Oct 15 2011
	d3v11 added --char-length to control
	      how many characters are used
              or added to passwords, and
              with how many characters the
              brute force algorithms start
              and end with.