More options when interrupting a WEP attack.

Options: Move to a specific attack, deauth & retry current attack, or skip the target.
This commit is contained in:
derv82
2017-05-15 23:03:54 -04:00
parent a226cdb9a1
commit e6c02bd98b
3 changed files with 77 additions and 19 deletions

View File

@@ -133,6 +133,7 @@ class Wifite(object):
if attack.success:
attack.crack_result.save()
Color.pl("{+} Finished attacking {C}%d{W} target(s), exiting" % len(targets))
def print_banner(self):