Bully works. Pixie and PIN attacks are separate attacks.

This commit is contained in:
derv82
2018-08-23 14:46:21 -07:00
parent 3f947b98c0
commit 75d4d8e99d
4 changed files with 145 additions and 87 deletions

View File

@@ -264,6 +264,8 @@ class Reaver(Attack, Dependency):
tried_pins = set(re.findall(r'Trying pin "([0-9]+)"', stdout))
self.total_attempts = len(tried_pins)
# TODO: Look for "Sending M6 message" which indicates first 4 digits are correct.
return state