mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
updated websploit install
This commit is contained in:
parent
135ceadec1
commit
3fb5c9986a
@ -19,7 +19,9 @@ class RouterSploit(HackingTool):
|
||||
class WebSploit(HackingTool):
|
||||
TITLE = "WebSploit"
|
||||
DESCRIPTION = "Websploit is an advanced MITM framework."
|
||||
INSTALL_COMMANDS = ["git clone https://github.com/The404Hacking/websploit.git"]
|
||||
INSTALL_COMMANDS = [
|
||||
"git clone https://github.com/The404Hacking/websploit.git"
|
||||
]
|
||||
RUN_COMMANDS = ["cd websploit;python3 websploit.py"]
|
||||
PROJECT_URL = "https://github.com/The404Hacking/websploit "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user