From 1c4e8fa750ec06a947cd9282b2f25a434dbbaf6e Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 23 Jan 2024 14:36:46 +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 87259de4..5c0e320a 100644 --- a/pwnagotchi/plugins/default/hashie.py +++ b/pwnagotchi/plugins/default/hashie.py @@ -124,7 +124,7 @@ class Hashie(plugins.Plugin): else: failed_jobs.append('22000: ' + pcapFileName) if not os.path.isfile(fullpathNoExt + '.16800'): # if no 16800, try - if self._writePMKID(handshake, ""): + if self._writePMKID(handshake): successful_jobs.append('16800: ' + pcapFileName) else: failed_jobs.append('16800: ' + pcapFileName)