From 565f9e419d03ae03f799ea5dcb8c1ac56c3acced Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 17 Jul 2023 22:31:48 +0200 Subject: [PATCH] Update ddos.py to fix SyntaxError --- tools/ddos.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index de70cac..3fad895 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -87,7 +87,9 @@ class GoldenEye(HackingTool): def run(self): os.system("cd GoldenEye ;sudo ./goldeneye.py") print("\033[96m Go to Directory \n " - "[*] USAGE: ./goldeneye.py [OPTIONS]")\ + "[*] USAGE: ./goldeneye.py [OPTIONS]") + + class Saphyra(HackingTool): TITLE = "SaphyraDDoS" DESCRIPTION = "A complex python code to DDoS any website with a very easy usage.!\n"