You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
update websploit install
This commit is contained in:
@ -20,9 +20,9 @@ class WebSploit(HackingTool):
|
|||||||
TITLE = "WebSploit"
|
TITLE = "WebSploit"
|
||||||
DESCRIPTION = "Websploit is an advanced MITM framework."
|
DESCRIPTION = "Websploit is an advanced MITM framework."
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
"git clone https://github.com/The404Hacking/websploit.git"
|
"sudo git clone https://github.com/The404Hacking/websploit.git;cd websploit/Setup;sudo chmod +x install.sh && sudo bash install.sh"
|
||||||
]
|
]
|
||||||
RUN_COMMANDS = ["cd websploit;python3 websploit.py"]
|
RUN_COMMANDS = ["sudo websploit"]
|
||||||
PROJECT_URL = "https://github.com/The404Hacking/websploit "
|
PROJECT_URL = "https://github.com/The404Hacking/websploit "
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user