Skip to content

Commit

Permalink
2.2.4: Version bump for recent fixes (more ctrl+c options).
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
derv82 committed Sep 2, 2018
1 parent 13e5157 commit 838ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wifite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 838ea43

Please sign in to comment.