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:
parent
a97f19b3f4
commit
31e5f09e9f
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user