All config value can be set via arguments

But not all config values are honored during attacks (whoops).
This commit is contained in:
derv82
2015-06-02 23:14:11 -07:00
parent 7148040199
commit 3faa01c9e8
6 changed files with 217 additions and 56 deletions

View File

@@ -23,6 +23,13 @@ class AttackWPA(Attack):
'''
Initiates full WPA hanshake capture attack.
'''
# Check if user only wants to run PixieDust attack
if Configuration.pixie_only and self.target.wps:
Color.pl('{!} {O}--pixie{R} set, ignoring WPA-handshake attack')
self.success = False
return self.success
# First, start Airodump process
with Airodump(channel=self.target.channel,
target_bssid=self.target.bssid,