From 8be643b2e0a079efc14586e714b83050f0f07ea6 Mon Sep 17 00:00:00 2001 From: xBelladonna Date: Wed, 15 Jan 2020 07:49:00 +0930 Subject: [PATCH] Announce OnlineHashCrack plugin loaded in logs Signed-off-by: xBelladonna --- pwnagotchi/plugins/default/onlinehashcrack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/plugins/default/onlinehashcrack.py b/pwnagotchi/plugins/default/onlinehashcrack.py index 534ddc4..bea2976 100644 --- a/pwnagotchi/plugins/default/onlinehashcrack.py +++ b/pwnagotchi/plugins/default/onlinehashcrack.py @@ -39,6 +39,7 @@ class OnlineHashCrack(plugins.Plugin): self.options['whitelist'] = set(map(lambda x: re.sub(r'[^a-zA-Z0-9]', '', x), self.options['whitelist'])) self.ready = True + logging.info("OHC: OnlineHashCrack plugin loaded.") def _filter_handshake_file(self, handshake_filename): try: