From 3dda7931e07a4264317e82bccc1c0f4d998afb2b Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Fri, 18 Dec 2020 20:54:04 -0500 Subject: [PATCH] update websploit install --- tools/exploit_frameworks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/exploit_frameworks.py b/tools/exploit_frameworks.py index 5f8ebc8..da228b0 100644 --- a/tools/exploit_frameworks.py +++ b/tools/exploit_frameworks.py @@ -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 "