WPA handshake capture and cracking and deauth works
Probably needs some tweaks/bug fixes, but yea.
This commit is contained in:
@@ -34,7 +34,11 @@ class Color(object):
|
||||
'''
|
||||
sys.stdout.write(Color.s(text))
|
||||
sys.stdout.flush()
|
||||
Color.last_sameline_length += len(text)
|
||||
if '\r' in text:
|
||||
text = text[text.rfind('\r')+1:]
|
||||
Color.last_sameline_length = len(text)
|
||||
else:
|
||||
Color.last_sameline_length += len(text)
|
||||
|
||||
@staticmethod
|
||||
def pl(text):
|
||||
|
||||
Reference in New Issue
Block a user