From ff673b9c4a6cb7a55b351a8f7e9075e4a87e2eba Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 15 Dec 2020 18:19:29 -0500 Subject: [PATCH] update slowloris install to python3 --- tools/ddos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index be19d5f..b27e54e 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -10,7 +10,7 @@ class SlowLoris(HackingTool): TITLE = "SlowLoris" DESCRIPTION = "Slowloris is basically an HTTP Denial of Service attack." \ "It send lots of HTTP Request" - INSTALL_COMMANDS = ["sudo pip install slowloris"] + INSTALL_COMMANDS = ["sudo pip3 install slowloris"] def run(self): target_site = input("Enter Target Site:- ")