From e0789b28d1edd575cffa65f9cadf5d6943df4632 Mon Sep 17 00:00:00 2001 From: Saviour Date: Thu, 10 Mar 2022 23:26:58 +0100 Subject: [PATCH] Fixed scanning bugs --- Fern-Wifi-Cracker/core/fern.py | 2 +- Fern-Wifi-Cracker/core/variables.py | 2 +- Fern-Wifi-Cracker/core/wpa.py | 2 +- Fern-Wifi-Cracker/execute.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Fern-Wifi-Cracker/core/fern.py b/Fern-Wifi-Cracker/core/fern.py index fe6fe2d..9bc51d1 100644 --- a/Fern-Wifi-Cracker/core/fern.py +++ b/Fern-Wifi-Cracker/core/fern.py @@ -22,7 +22,7 @@ from gui.main_window import * -__version__ = 3.13 +__version__ = 3.14 # diff --git a/Fern-Wifi-Cracker/core/variables.py b/Fern-Wifi-Cracker/core/variables.py index e76c483..94860ba 100644 --- a/Fern-Wifi-Cracker/core/variables.py +++ b/Fern-Wifi-Cracker/core/variables.py @@ -11,7 +11,7 @@ # # WPS Variables # -wps_functions = object() # Instance of WPS class +wps_functions = object() # Instance of WPS class # diff --git a/Fern-Wifi-Cracker/core/wpa.py b/Fern-Wifi-Cracker/core/wpa.py index 901c008..9603b14 100644 --- a/Fern-Wifi-Cracker/core/wpa.py +++ b/Fern-Wifi-Cracker/core/wpa.py @@ -22,7 +22,7 @@ class wpa_attack_dialog(QtWidgets.QDialog,Ui_attack_panel): client_is_there_signal = QtCore.pyqtSignal() client_not_in_list_signal = QtCore.pyqtSignal() update_word_signal = QtCore.pyqtSignal('QString') - update_progressbar_signal = QtCore.pyqtSignal() + update_progressbar_signal = QtCore.pyqtSignal() update_speed_signal = QtCore.pyqtSignal('QString') wpa_key_found_signal = QtCore.pyqtSignal() deauthenticating_signal = QtCore.pyqtSignal() diff --git a/Fern-Wifi-Cracker/execute.py b/Fern-Wifi-Cracker/execute.py index e918885..47c6298 100644 --- a/Fern-Wifi-Cracker/execute.py +++ b/Fern-Wifi-Cracker/execute.py @@ -9,7 +9,7 @@ def install_prerequsites(): - modules = {"scapy":"scapy","PyQt5":"pyqt5"} + modules = {"scapy":"scapy","PyQt5":"pyqt5","csv":"csv"} for name in modules.keys(): try: