Skip to content

Commit

Permalink
updated bluepot download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Greatest125 authored Dec 26, 2020
1 parent 85e4b3f commit 1e7460d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/wireless_attack_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e7460d

Please sign in to comment.