Remove dependency on Wash; detect WPS via Tshark.

Should resolve #62
This commit is contained in:
derv82
2018-02-27 04:09:46 -05:00
parent a6c0a58013
commit 080e674aa6
11 changed files with 122 additions and 74 deletions

View File

@@ -73,7 +73,7 @@ class Reaver(Attack):
with Airodump(channel=self.target.channel,
target_bssid=self.target.bssid,
skip_wash=True,
skip_wps=True,
output_file_prefix='pixie') as airodump:
Color.clear_line()
@@ -210,7 +210,7 @@ class Reaver(Attack):
with Airodump(channel=self.target.channel,
target_bssid=self.target.bssid,
skip_wash=True,
skip_wps=True,
output_file_prefix='wps') as airodump:
Color.clear_line()