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:
@ -86,7 +86,7 @@ class Hashie(plugins.Plugin):
|
|||||||
|
|
||||||
if os.path.isfile(fullpathNoExt + '.16800'):
|
if os.path.isfile(fullpathNoExt + '.16800'):
|
||||||
handshake_status.append('Already have {}.16800 (PMKID)'.format(name))
|
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))
|
handshake_status.append('Created {}.16800 (PMKID) from pcap'.format(name))
|
||||||
|
|
||||||
if handshake_status:
|
if handshake_status:
|
||||||
|
Reference in New Issue
Block a user