diff --git a/tools/wireless_attack_tools.py b/tools/wireless_attack_tools.py index b7a33cd..a23e285 100644 --- a/tools/wireless_attack_tools.py +++ b/tools/wireless_attack_tools.py @@ -53,8 +53,8 @@ class BluePot(HackingTool): "You must install/libbluetooth-dev on " \ "Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE" INSTALL_COMMANDS = [ - "sudo wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz" - "sudo tar xfz bluepot-0.2.tar.gz" + "sudo wget https://raw.githubusercontent.com/andrewmichaelsmith/bluepot/master/bin/bluepot-0.2.tar.gz" + "sudo tar xfz bluepot-0.2.tar.gz;sudo rm bluepot-0.2.tar.gz" ] RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"] PROJECT_URL = "https://github.com/andrewmichaelsmith/bluepot"