changed it to use a diffrent directory

I had forgot to change it back to the directory I normally use when it comes to pcap's on my pwnagotchi.
This commit is contained in:
scifijunkie 2024-03-09 11:30:40 -06:00
parent a97f19b3f4
commit 31e5f09e9f

View File

@ -11,7 +11,7 @@ class AircrackOnly(plugins.Plugin):
__description__ = 'Confirm pcap contains a handshake/PMKID and copy it to a directory' __description__ = 'Confirm pcap contains a handshake/PMKID and copy it to a directory'
def __init__(self): def __init__(self):
self.directory = '/home/pi' self.directory = '/home/scifijunkie'
def on_loaded(self): def on_loaded(self):
logging.info("AircrackOnly plugin loaded") logging.info("AircrackOnly plugin loaded")