mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Update ddos.py to fix SyntexError
This commit is contained in:
parent
565f9e419d
commit
dcbca630fd
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class GoldenEye(HackingTool):
|
|||
"[*] USAGE: ./goldeneye.py <url> [OPTIONS]")
|
||||
|
||||
|
||||
class Saphyra(HackingTool):
|
||||
class Saphyra(HackingTool):
|
||||
TITLE = "SaphyraDDoS"
|
||||
DESCRIPTION = "A complex python code to DDoS any website with a very easy usage.!\n"
|
||||
INSTALL_COMMANDS = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue