From 3a3c5911cbb465d16e7e4ba5628a1ef302e112c3 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Thu, 3 Oct 2019 23:49:58 +0200 Subject: [PATCH] fix --- .../pwnagotchi/scripts/pwnagotchi/plugins/default/wpa-sec.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/wpa-sec.py b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/wpa-sec.py index f783d209..64df84e7 100644 --- a/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/wpa-sec.py +++ b/sdcard/rootfs/root/pwnagotchi/scripts/pwnagotchi/plugins/default/wpa-sec.py @@ -3,7 +3,6 @@ __version__ = '1.0.0' __name__ = 'wpa_sec' __license__ = 'GPL3' __description__ = 'This plugin automatically uploades handshakes to https://wpa-sec.stanev.org' -__enabled__ = False import os import logging @@ -13,6 +12,7 @@ READY = False API_KEY = None ALREADY_UPLOADED = None + # INSTALLATION: ## apt-get install libcurl4-openssl-dev ## https://github.com/ZerBea/hcxtools.git @@ -51,6 +51,7 @@ def _upload_to_wpasec(path): logging.error(f"WPA_SEC: Error while uploading {path}") raise os_e + # called in manual mode when there's internet connectivity def on_internet_available(display, config, log): if READY: