From 3a00eb0ac52e911340743b952ebda87dc35dee17 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 18 Jul 2023 05:40:09 +0200 Subject: [PATCH] ddos.py: Spell Saphyra correctly --- tools/ddos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ddos.py b/tools/ddos.py index 0dbeccf..f9e9337 100644 --- a/tools/ddos.py +++ b/tools/ddos.py @@ -134,4 +134,4 @@ class Saphyra(HackingTool): class DDOSTools(HackingToolsCollection): TITLE = "DDOS Attack Tools" - TOOLS = [SlowLoris(), Asyncrone(), UFONet(), GoldenEye(), Syphra()] + TOOLS = [SlowLoris(), Asyncrone(), UFONet(), GoldenEye(), Saphyra()]