# HG changeset patch # User d3v11 # Date 1318634387 18000 # Node ID 271fb597efc9dcdf2bab9aa687b2a64aa8ec663f # Parent d76cc244e016f75e6d9ada320fd75aabdf629799 improved splice3's code. see contrib/splice3/CHANGES diff -r d76cc244e016 -r 271fb597efc9 contrib/splice3/CHANGES --- a/contrib/splice3/CHANGES Sun Oct 09 17:53:29 2011 -0500 +++ b/contrib/splice3/CHANGES Fri Oct 14 18:19:47 2011 -0500 @@ -81,3 +81,10 @@ 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. diff -r d76cc244e016 -r 271fb597efc9 contrib/splice3/LINUX/manual --- a/contrib/splice3/LINUX/manual Sun Oct 09 17:53:29 2011 -0500 +++ b/contrib/splice3/LINUX/manual Fri Oct 14 18:19:47 2011 -0500 @@ -702,6 +702,28 @@ .br This attack uses all characters. +--exh-custom +.br +This attack uses custom characters in a character list. IE: +.br +--exh-custom='CharList.txt' +.br +A character list should be in the following syntax: + +============= NOT ACTUAL LINE ON FILE =============== +.br +j +.br +1 +.br +@ +.br +0 +.br +z +.br +============= NOT ACTUAL LINE ON FILE =============== + .SH STDOUT diff -r d76cc244e016 -r 271fb597efc9 contrib/splice3/LINUX/splice3.py --- a/contrib/splice3/LINUX/splice3.py Sun Oct 09 17:53:29 2011 -0500 +++ b/contrib/splice3/LINUX/splice3.py Fri Oct 14 18:19:47 2011 -0500 @@ -1562,6 +1562,7 @@ ReadDictionary = open(dictionary, 'r') for line in ReadDictionary: socen_words.append(line.replace('\n', '')) + socen_words = list(set(socen_words)) for i in socen_words: for let in i: