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:
FrixosTh 2019-11-06 01:46:48 +02:00 committed by GitHub
parent 9e92201d82
commit 61d8e28aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,6 @@ class AircrackOnly(plugins.Plugin):
__description__ = 'confirm pcap contains handshake/PMKID or delete it'
def __init__(self):
super().__init__(self)
self.text_to_set = ""
def on_loaded(self):