Skip to content

Commit

Permalink
Fix some spelling in a correction of string earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder committed Mar 28, 2020
1 parent 1b05b57 commit d53ba48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wifite/attack/pmkid.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def run_hashcat(self):

# Check for the --skip-crack flag
if Configuration.skip_crack:
Color.pl('{+} Not cracking pmkid because {C}skip_atk{W} was used{W}')
Color.pl('{+} Not cracking pmkid because {C}skip-crack{W} was used{W}')
self.success = False
return True

Expand Down
2 changes: 1 addition & 1 deletion wifite/attack/wpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(self):

# Check for the --skip-crack flag
if Configuration.skip_crack:
Color.pl('{+} Not cracking handshake because {C}skip_atk{W} was used{W}')
Color.pl('{+} Not cracking handshake because {C}skip-crack{W} was used{W}')
self.success = False
return False

Expand Down

0 comments on commit d53ba48

Please sign in to comment.