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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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