From 838ea43a73a6c20f1a625b19eb5347f328eb8bae Mon Sep 17 00:00:00 2001 From: derv82 Date: Sun, 2 Sep 2018 12:31:53 -0700 Subject: [PATCH] 2.2.4: Version bump for recent fixes (more ctrl+c options). Includes: * More options when interrupting mid-attack (continue/skip/exit) * Show error when --wps-only and --pmkid are both specified * Use `--force` when calling Bully to force-continue. * README (updated, new screenshots). --- wifite/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifite/config.py b/wifite/config.py index a74559b9c..010784102 100755 --- a/wifite/config.py +++ b/wifite/config.py @@ -8,7 +8,7 @@ class Configuration(object): ''' Stores configuration variables and functions for Wifite. ''' - version = '2.2.3' + version = '2.2.4' initialized = False # Flag indicating config has been initialized temp_dir = None # Temporary directory