Started WEP attack support.
Fixing bugs in Airodump/Scanner.
This commit is contained in:
11
py/AttackWPA.py
Normal file
11
py/AttackWPA.py
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from Attack import Attack
|
||||
|
||||
class AttackWPA(Attack):
|
||||
def __init__(self, target):
|
||||
super(AttackWPA, self).__init__(target)
|
||||
|
||||
def run(self):
|
||||
raise Exception("TODO: Crack WPA")
|
||||
|
||||
Reference in New Issue
Block a user