summaryrefslogtreecommitdiff
path: root/contrib/splice3/CHANGES
diff options
context:
space:
mode:
authorNick <nick@somerandomnick.ano>2011-10-04 22:39:25 +0000
committerNick <nick@somerandomnick.ano>2011-10-04 22:39:25 +0000
commit0d309b4409c2981638b66486879600134ae69159 (patch)
treee1395616bfa1d2c3b3e20f9fe84537af12c6d7a6 /contrib/splice3/CHANGES
parent991b826386541721b715b10cd562e55957b026fb (diff)
parent9d96abc29951a43d8319743f485b48846318496e (diff)
downloadresdb-0d309b4409c2981638b66486879600134ae69159.tar.gz
resdb-0d309b4409c2981638b66486879600134ae69159.zip
Merge commit '9d96abc29951a43d8319743f485b48846318496e'
Diffstat (limited to 'contrib/splice3/CHANGES')
-rw-r--r--contrib/splice3/CHANGES60
1 files changed, 60 insertions, 0 deletions
diff --git a/contrib/splice3/CHANGES b/contrib/splice3/CHANGES
new file mode 100644
index 0000000..296e07f
--- /dev/null
+++ b/contrib/splice3/CHANGES
@@ -0,0 +1,60 @@
+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.