mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Removed hashie interval and deprecated functions of hcxpcapngtool.
This commit is contained in:
@ -124,7 +124,7 @@ class Hashie(plugins.Plugin):
|
|||||||
else:
|
else:
|
||||||
failed_jobs.append('22000: ' + pcapFileName)
|
failed_jobs.append('22000: ' + pcapFileName)
|
||||||
if not os.path.isfile(fullpathNoExt + '.16800'): # if no 16800, try
|
if not os.path.isfile(fullpathNoExt + '.16800'): # if no 16800, try
|
||||||
if self._writePMKID(handshake, ""):
|
if self._writePMKID(handshake):
|
||||||
successful_jobs.append('16800: ' + pcapFileName)
|
successful_jobs.append('16800: ' + pcapFileName)
|
||||||
else:
|
else:
|
||||||
failed_jobs.append('16800: ' + pcapFileName)
|
failed_jobs.append('16800: ' + pcapFileName)
|
||||||
|
Reference in New Issue
Block a user