Started WEP attack support.
Fixing bugs in Airodump/Scanner.
This commit is contained in:
9
py/Attack.py
Normal file
9
py/Attack.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
class Attack(object):
|
||||
def __init__(self, target):
|
||||
self.target = target
|
||||
|
||||
def run(self):
|
||||
raise Exception("Unimplemented method: run")
|
||||
|
||||
Reference in New Issue
Block a user