From 31e5f09e9f04ab97e953760899c826f019767557 Mon Sep 17 00:00:00 2001 From: scifijunkie Date: Sat, 9 Mar 2024 11:30:40 -0600 Subject: [PATCH] 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. --- aircrackonly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircrackonly.py b/aircrackonly.py index cdc9bb7..ff2e78d 100644 --- a/aircrackonly.py +++ b/aircrackonly.py @@ -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/pi' + self.directory = '/home/scifijunkie' def on_loaded(self): logging.info("AircrackOnly plugin loaded")