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