Loading tools/exploit_frameworks.py +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
tools/exploit_frameworks.py +3 −1 Original line number Diff line number Diff line Loading @@ -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