Bug Fix on AircrackOnly Plugin preventing it to load
Unnecessary/Wrong call to the super init method prevents AircrackOnly to load during startup
This commit is contained in:
parent
9e92201d82
commit
61d8e28aad
@ -18,7 +18,6 @@ class AircrackOnly(plugins.Plugin):
|
|||||||
__description__ = 'confirm pcap contains handshake/PMKID or delete it'
|
__description__ = 'confirm pcap contains handshake/PMKID or delete it'
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__(self)
|
|
||||||
self.text_to_set = ""
|
self.text_to_set = ""
|
||||||
|
|
||||||
def on_loaded(self):
|
def on_loaded(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user