UPDATE: Cracking 2WIRE WPA1/2
Tuesday, October 23, 2012
My previous post had a few problems with the script. Then I had updated the script to work properly. http://pastie.org/5101804 However, it was still way to slow. Asked around and found the following solution.
http://pastie.org/5104479
#Python 3 #Name: 2wire.py #by: INIT_6 #Count from 0000000000 - 9999999999 skipping any numbers that repeat them selfs more then 3 times like 333 import sys from threading import Thread MAX_INT = 999000000 BAD_PATTERNS = # Use xrange for Python 2.7 for number in : int_string = . if : continue print ( + . ) if __name__ == '__main__': for x in '0123456789': try: . except: # Exception, errtxt: print ( errtxt )
Still have some work. I need to test the threading better and set up a queue so it will only start as many threads as the computer can handle.