Confirmed WEP replay attack works & cracks.
Still a long ways to go!
This commit is contained in:
12
py/CrackResultWEP.py
Normal file
12
py/CrackResultWEP.py
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import time
|
||||
|
||||
class CrackResultWEP(object):
|
||||
def __init__(self, bssid, essid, hex_key, ascii_key):
|
||||
self.bssid = bssid
|
||||
self.essid = essid
|
||||
self.hex_key = hex_key
|
||||
self.ascii_key = ascii_key
|
||||
self.time = time.time()
|
||||
|
||||
Reference in New Issue
Block a user