mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
ddos.py: Spell Saphyra correctly
This commit is contained in:
parent
0db4d7e336
commit
3a00eb0ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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()]
|
||||
|
|
|
|||
Loading…
Reference in a new issue