From 6824e541a4eb6dccaec2a8efd0cbfcb16515dcb7 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 23 Jan 2024 14:40:41 +0100 Subject: [PATCH] Removed hashie interval and deprecated functions of hcxpcapngtool. --- pwnagotchi/plugins/default/hashie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/hashie.py b/pwnagotchi/plugins/default/hashie.py index 5c0e320a..ab80d746 100644 --- a/pwnagotchi/plugins/default/hashie.py +++ b/pwnagotchi/plugins/default/hashie.py @@ -86,7 +86,7 @@ class Hashie(plugins.Plugin): if os.path.isfile(fullpathNoExt + '.16800'): handshake_status.append('Already have {}.16800 (PMKID)'.format(name)) - elif self._writePMKID(filename, access_point): + elif self._writePMKID(filename): handshake_status.append('Created {}.16800 (PMKID) from pcap'.format(name)) if handshake_status: