changed the directory back

I changed it back to pi
This commit is contained in:
scifijunkie 2024-03-25 20:27:03 -05:00
parent 31e5f09e9f
commit d179cd9fcf

View File

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