From 85e4b3fda2b0f535a0824a21b41cec0f77a6be30 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 26 Dec 2020 19:05:50 +0000 Subject: [PATCH] Update wireless_attack_tools.py --- tools/wireless_attack_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wireless_attack_tools.py b/tools/wireless_attack_tools.py index 86ffd70..b7a33cd 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -53,7 +53,7 @@ class BluePot(HackingTool): "You must install/libbluetooth-dev on " \ "Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE" INSTALL_COMMANDS = [ - "wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz" + "sudo wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz" "sudo tar xfz bluepot-0.2.tar.gz" ] RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]