From 528741f89fb393b09755a75019a23fa40ba2dd98 Mon Sep 17 00:00:00 2001 From: derv82 Date: Sat, 31 Mar 2018 18:40:04 -0400 Subject: [PATCH] Fix bully: --force when deriving PSK from PIN --- wifite/tools/bully.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wifite/tools/bully.py b/wifite/tools/bully.py index cdc0862..45c675a 100755 --- a/wifite/tools/bully.py +++ b/wifite/tools/bully.py @@ -231,6 +231,7 @@ class Bully(Attack): '--bssid', target.bssid, '--pin', pin, '--bruteforce', + '--force', Configuration.interface ]