summaryrefslogtreecommitdiff
path: root/contrib/splice3/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/splice3/CHANGES')
-rw-r--r--contrib/splice3/CHANGES33
1 files changed, 19 insertions, 14 deletions
diff --git a/contrib/splice3/CHANGES b/contrib/splice3/CHANGES
index 296e07f..3021c3b 100644
--- a/contrib/splice3/CHANGES
+++ b/contrib/splice3/CHANGES
@@ -1,11 +1,11 @@
CHANGES:
- Fri Sep 9 2011
- d3v11 added timed iterations to bruteforcing algorithms.
+ 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
+ Sat Sep 10 2011
+ d3v11 fixed bugs associated with previous iteration
controls.
fixed an old bug from splice* projects that gave
@@ -23,8 +23,8 @@ CHANGES:
unused modules and libraries trimmed from import
on splice3.py and *deshadow.py .
- Sun Sep 11 2011
- d3v11 fixed --stdout
+ Sun Sep 11 2011
+ d3v11 fixed --stdout
added --no-char flag to override appending
characters to passwords.
@@ -32,8 +32,8 @@ CHANGES:
added --wep-5 and --wep-13 to generate WEP key
compatible passwords.
- Thu Sep 15 2011
- d3v11 fixed Makefile
+ Thu Sep 15 2011
+ d3v11 fixed Makefile
added --usernames for -u.
@@ -41,8 +41,8 @@ CHANGES:
added `make update`.
- Sun Sep 18 2011
- d3v11 Changed Makefile to prevent install/uninstall
+ Sun Sep 18 2011
+ d3v11 Changed Makefile to prevent install/uninstall
bugs.
Made some changes to the manual pages.
@@ -50,11 +50,16 @@ CHANGES:
added `make clean`.
- Sat Sep 24 2011
- d3v11 Changed Makefile and disabled py_compile
+ 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
+ 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.