You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
removed python3 support WifiJammerNG
python3 support isn't available yet...
This commit is contained in:
@ -8,11 +8,11 @@ class WifiJammerNG(HackingTool):
|
|||||||
DESCRIPTION = "Continuously jam all wifi clients and access points within range."
|
DESCRIPTION = "Continuously jam all wifi clients and access points within range."
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo git clone https://github.com/MisterBianco/wifijammer-ng.git",
|
"sudo git clone https://github.com/MisterBianco/wifijammer-ng.git",
|
||||||
"cd wifijammer-ng;sudo pip3 install -r requirements.txt"
|
"cd wifijammer-ng;sudo pip install -r requirements.txt"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = [
|
RUN_COMMANDS = [
|
||||||
'echo "python wifijammer.py [-a AP MAC] [-c CHANNEL] [-d] [-i INTERFACE] [-m MAXIMUM] [-k] [-p PACKETS] [-s SKIP] [-t TIME INTERVAL] [-D]"| boxes | lolcat',
|
'echo "python wifijammer.py [-a AP MAC] [-c CHANNEL] [-d] [-i INTERFACE] [-m MAXIMUM] [-k] [-p PACKETS] [-s SKIP] [-t TIME INTERVAL] [-D]"| boxes | lolcat',
|
||||||
"cd wifijammer-ng;sudo python3 wifijammer.py"
|
"cd wifijammer-ng;sudo python wifijammer.py"
|
||||||
]
|
]
|
||||||
PROJECT_URL = "https://github.com/MisterBianco/wifijammer-ng"
|
PROJECT_URL = "https://github.com/MisterBianco/wifijammer-ng"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user