mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
new: saving unit's fingerprint to /etc/pwnagotchi/fingerprint for easy access
This commit is contained in:
@ -29,6 +29,9 @@ class AsyncAdvertiser(object):
|
||||
self._peers = {}
|
||||
self._closest_peer = None
|
||||
|
||||
def fingerprint(self):
|
||||
return self._keypair.fingerprint
|
||||
|
||||
def _update_advertisement(self, s):
|
||||
self._advertisement['pwnd_run'] = len(self._handshakes)
|
||||
self._advertisement['pwnd_tot'] = utils.total_unique_handshakes(self._config['bettercap']['handshakes'])
|
||||
|
Reference in New Issue
Block a user