Added --nodeauths command, try to fix WEP replay attacks.

Aireplay can optionally NOT store the process output (via `devnull=False`).
By-default, Aireplay attacks will not capture aireplay-ng output, to
avoid deadlock when overloading the OS buffer (see #21).
This commit is contained in:
derv82
2017-05-15 20:36:04 -04:00
parent a8d16d1b69
commit a226cdb9a1
8 changed files with 39 additions and 22 deletions

View File

@@ -77,7 +77,7 @@ class AttackWPS(Attack):
with Airodump(channel=self.target.channel,
target_bssid=self.target.bssid,
skip_wash=False,
skip_wash=True,
output_file_prefix='pixie') as airodump:
Color.clear_line()
@@ -214,7 +214,7 @@ class AttackWPS(Attack):
with Airodump(channel=self.target.channel,
target_bssid=self.target.bssid,
skip_wash=False,
skip_wash=True,
output_file_prefix='wps') as airodump:
Color.clear_line()