1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

ddos.py: Spell Saphyra correctly

This commit is contained in:
Christian Clauss
2023-07-18 05:40:09 +02:00
committed by GitHub
parent 0db4d7e336
commit 3a00eb0ac5

View File

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