1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

fixed spelling mistake

This commit is contained in:
Greatest125
2020-12-14 12:30:56 -05:00
committed by GitHub
parent ee2e5d5735
commit 614269e7d5

View File

@ -19,7 +19,7 @@ class RouterSploit(HackingTool):
class WebSploit(HackingTool): class WebSploit(HackingTool):
TITLE = "WebSploit" TITLE = "WebSploit"
DESCRIPTION = "Websploit is an advanced MITM framework." 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"] RUN_COMMANDS = ["cd websploit;python3 websploit.py"]
PROJECT_URL = "https://github.com/The404Hacking/websploit " PROJECT_URL = "https://github.com/The404Hacking/websploit "