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()]