You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
updated wifite install
This commit is contained in:
@ -97,7 +97,6 @@ class Wifite(HackingTool):
|
|||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"sudo git clone https://github.com/derv82/wifite2.git",
|
"sudo git clone https://github.com/derv82/wifite2.git",
|
||||||
"cd wifite2 && sudo python3 setup.py install"
|
"cd wifite2 && sudo python3 setup.py install"
|
||||||
"sudo pip3 install -r requirements.txt"
|
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd wifite2; sudo wifite"]
|
RUN_COMMANDS = ["cd wifite2; sudo wifite"]
|
||||||
PROJECT_URL = "https://github.com/derv82/wifite2"
|
PROJECT_URL = "https://github.com/derv82/wifite2"
|
||||||
|
Reference in New Issue
Block a user