From 703c05a93b7b411e3119a7470bfb45dc5edf45e7 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Fri, 22 Mar 2024 09:06:04 +0100 Subject: [PATCH] Full SSID again Signed-off-by: jayofelony --- pwnagotchi/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/agent.py b/pwnagotchi/agent.py index c7199ca7..b13fd888 100644 --- a/pwnagotchi/agent.py +++ b/pwnagotchi/agent.py @@ -254,7 +254,7 @@ class Agent(Client, Automata, AsyncAdvertiser, AsyncTrainer): txt = '%d (%d)' % (len(self._handshakes), tot) if self._last_pwnd is not None: - txt += ' [%s]' % self._last_pwnd[:11] # So it doesn't overlap with fix_brcmfmac_plugin + txt += ' [%s]' % self._last_pwnd self._view.set('shakes', txt)