Handshake detection, various bug fixes.
This commit is contained in:
13
py/AttackWPS.py
Normal file
13
py/AttackWPS.py
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from Attack import Attack
|
||||
|
||||
class AttackWPS(Attack):
|
||||
def __init__(self, target):
|
||||
super(AttackWPS, self).__init__(target)
|
||||
|
||||
def run(self):
|
||||
raise Exception("TODO: Crack WPS")
|
||||
|
||||
if __name__ == '__main__':
|
||||
pass
|
||||
Reference in New Issue
Block a user