mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 00:49:59 +00:00
fixed spelling mistake
This commit is contained in:
parent
ee2e5d5735
commit
614269e7d5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class RouterSploit(HackingTool):
|
|||
class WebSploit(HackingTool):
|
||||
TITLE = "WebSploit"
|
||||
DESCRIPTION = "Websploit is an advanced MITM framework."
|
||||
INSTALL_COMMANDS = ["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 a new issue