From 0f8b6d6a664c811545ff2b8ff8308d148de137c5 Mon Sep 17 00:00:00 2001 From: derv82 Date: Sun, 2 Sep 2018 12:04:04 -0700 Subject: [PATCH] Use --force with bully --- wifite/tools/bully.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wifite/tools/bully.py b/wifite/tools/bully.py index fd143fe..0af48ab 100755 --- a/wifite/tools/bully.py +++ b/wifite/tools/bully.py @@ -49,7 +49,12 @@ class Bully(Attack, Dependency): '--bssid', target.bssid, '--channel', target.channel, #'--detectlock', # Detect WPS lockouts unreported by AP - #'--force', + + # Restoring session from '/root/.bully/34210901927c.run' + # WARNING: WPS checksum was bruteforced in prior session, now autogenerated + # Use --force to ignore above warning(s) and continue anyway + '--force', + '-v', '4', Configuration.interface ])