Skip to content

Commit

Permalink
One typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpow committed Jun 5, 2015
1 parent f57a056 commit 45fed91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 2.0 Rev 100 #
- One typo fixed

# Version 2.0 Rev 99 #
## WPS ##
- Partially merged the commit from derv82/wifite/commit/30dcc8d99223f8e5faa2f9fa62ab8f392b2d4c67 for WPS pixie dust attack
Expand Down
4 changes: 2 additions & 2 deletions wifite.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class RunConfiguration:
"""

def __init__(self):
self.REVISION = 99;
self.REVISION = 100;
self.PRINTED_SCANNING = False

#INTERFACE
Expand Down Expand Up @@ -238,7 +238,7 @@ def __init__(self):
self.WPA_HANDSHAKE_DIR='wpa'
elif not os.path.exists('wpa'):
call(['mv',self.WPA_HANDSHAKE_DIR,'wpa'])
self.WPA_HANDSHAKE_DIR=add_slash('wpa')
self.WPA_HANDSHAKE_DIR=add_slash('wpa')

self.WPA_RECAPTURE_HS=False
self.WPA_FINDINGS = [] # List of strings containing info on successful WPA attacks
Expand Down

0 comments on commit 45fed91

Please sign in to comment.