From 56c2917e5355230d6f7052ce5d7e2f7db7953f34 Mon Sep 17 00:00:00 2001 From: hmody3000 <74707334+hmody3000@users.noreply.github.com> Date: Tue, 17 May 2022 08:19:59 +0300 Subject: [PATCH] Update ddos.py --- tools/ddos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index 2017c7d..7cf37ea 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -26,7 +26,7 @@ class ddos(HackingTool): timer = input(" Enter Timer >> ") os.system("cd ddos;") subprocess.run([ - "sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer]) + "sudo", "python3 ddos", method, url, "socks_type5.4.1", threads, proxylist, multiple, timer]) class SlowLoris(HackingTool):