Skip to content

Commit

Permalink
config: Add reaver parameter and tag version 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed Jan 10, 2024
1 parent 6afaffe commit 9275b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![GitHub version](https://img.shields.io/badge/version-2.7.0-informational.svg)](#)
[![GitHub version](https://img.shields.io/badge/version-2.7.1-informational.svg)](#)
[![GitHub issues](https://img.shields.io/github/issues/kimocoder/wifite2.svg)](https://github.com/kimocoder/wifite2/issues)
[![GitHub forks](https://img.shields.io/github/forks/kimocoder/wifite2.svg)](https://github.com/kimocoder/wifite2/network)
[![GitHub stars](https://img.shields.io/github/stars/kimocoder/wifite2.svg)](https://github.com/kimocoder/wifite2/stargazers)
Expand Down
3 changes: 2 additions & 1 deletion wifite/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Configuration(object):

initialized = False # Flag indicating config has been initialized
verbose = 0
version = '2.7.0'
version = '2.7.1'

all_bands = None
attack_max = None
Expand Down Expand Up @@ -53,6 +53,7 @@ class Configuration(object):
temp_dir = None # Temporary directory
two_ghz = None
use_bully = None
use_reaver = None
use_eviltwin = None
use_pmkid_only = None
wep_attacks = None
Expand Down

0 comments on commit 9275b07

Please sign in to comment.