diff 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
line wrap: on
line diff
--- a/contrib/splice3/CHANGES	Thu Oct 06 21:38:49 2011 -0500
+++ b/contrib/splice3/CHANGES	Sat Oct 08 00:33:36 2011 -0500
@@ -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 @@
            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 @@
            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 @@
  
            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 @@
            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.