mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-15 04:05:29 +00:00
updated bluepot install to v0.2 and fixed formatting
This commit is contained in:
parent
7b6bfb984e
commit
3abd660aef
@ -48,15 +48,15 @@ class pixiewps(HackingTool):
|
|||||||
|
|
||||||
class BluePot(HackingTool):
|
class BluePot(HackingTool):
|
||||||
TITLE = "Bluetooth Honeypot GUI Framework"
|
TITLE = "Bluetooth Honeypot GUI Framework"
|
||||||
DESCRIPTION = "You need to have at least 1 bluetooh receiver " \
|
DESCRIPTION = "You need to have at least 1 bluetooh receiver " \n
|
||||||
"(if you have many it will work with those, too).\n" \
|
"(if you have many it will work with those, too).\n" \n
|
||||||
"You must install/libbluetooth-dev on " \
|
"You must install/libbluetooth-dev on " \n
|
||||||
"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.1.tar.gz "
|
"wget https://github.com/andrewmichaelsmith/bluepot/raw/master/bin/bluepot-0.2.tar.gz"
|
||||||
"&& tar xfz bluepot-0.1.tar.gz && sudo java -jar bluepot/BluePot-0.1.jar"
|
"sudo tar xfz bluepot-0.2.tar.gz"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd bluepot-0.1 && sudo java -jar bluepot/BluePot-0.1.jar"]
|
RUN_COMMANDS = ["cd bluepot && sudo java -jar bluepot.jar"]
|
||||||
PROJECT_URL = "https://github.com/andrewmichaelsmith/bluepot"
|
PROJECT_URL = "https://github.com/andrewmichaelsmith/bluepot"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user