Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 838ea43

Browse files
committedSep 2, 2018
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).
1 parent 13e5157 commit 838ea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wifite/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Configuration(object):
1010
''' Stores configuration variables and functions for Wifite. '''
11-
version = '2.2.3'
11+
version = '2.2.4'
1212

1313
initialized = False # Flag indicating config has been initialized
1414
temp_dir = None # Temporary directory

0 commit comments

Comments
 (0)
Failed to load comments.