Skip to content
Snippets Groups Projects
Unverified Commit 3dda7931 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

update websploit install

parent 3fb5c998
Branches
No related tags found
No related merge requests found
......@@ -20,9 +20,9 @@ class WebSploit(HackingTool):
TITLE = "WebSploit"
DESCRIPTION = "Websploit is an advanced MITM framework."
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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment