Root script 'Wifite.py' brings it all together

Now displays when deauthing during WPA attack
This commit is contained in:
derv82
2015-06-01 02:55:31 -07:00
parent 2e49d88f47
commit 10c81feb9c
5 changed files with 48 additions and 5 deletions

View File

@@ -33,6 +33,7 @@ class AttackWEP(Attack):
ivs_only=True, # Only capture IVs packets
output_file_prefix='wep') as airodump:
Color.clear_line()
Color.p('\r{+} {O}waiting{W} for target to appear...')
airodump_target = self.wait_for_target(airodump)