File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ # Version 2.0 Rev 100 #
2+ - One typo fixed
3+
14# Version 2.0 Rev 99 #
25## WPS ##
36- Partially merged the commit from derv82/wifite/commit/30dcc8d99223f8e5faa2f9fa62ab8f392b2d4c67 for WPS pixie dust attack
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ class RunConfiguration:
203203 """
204204
205205 def __init__ (self ):
206- self .REVISION = 99 ;
206+ self .REVISION = 100 ;
207207 self .PRINTED_SCANNING = False
208208
209209 #INTERFACE
@@ -238,7 +238,7 @@ def __init__(self):
238238 self .WPA_HANDSHAKE_DIR = 'wpa'
239239 elif not os .path .exists ('wpa' ):
240240 call (['mv' ,self .WPA_HANDSHAKE_DIR ,'wpa' ])
241- self .WPA_HANDSHAKE_DIR = add_slash ('wpa' )
241+ self .WPA_HANDSHAKE_DIR = add_slash ('wpa' )
242242
243243 self .WPA_RECAPTURE_HS = False
244244 self .WPA_FINDINGS = [] # List of strings containing info on successful WPA attacks
You can’t perform that action at this time.
0 commit comments