mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
Update wireless_attack_tools.py
This commit is contained in:
parent
046f4ff564
commit
85e4b3fda2
@ -53,7 +53,7 @@ class BluePot(HackingTool):
|
|||||||
"You must install/libbluetooth-dev on " \
|
"You must install/libbluetooth-dev on " \
|
||||||
"Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE"
|
"Ubuntu/bluez-libs-devel on Fedora/bluez-devel on openSUSE"
|
||||||
INSTALL_COMMANDS = [
|
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"
|
"sudo tar xfz bluepot-0.2.tar.gz"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]
|
RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]
|
||||||
|
Loading…
Reference in New Issue
Block a user