mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +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]")
|
"[*] USAGE: ./goldeneye.py <url> [OPTIONS]")
|
||||||
|
|
||||||
|
|
||||||
class Saphyra(HackingTool):
|
class Saphyra(HackingTool):
|
||||||
TITLE = "SaphyraDDoS"
|
TITLE = "SaphyraDDoS"
|
||||||
DESCRIPTION = "A complex python code to DDoS any website with a very easy usage.!\n"
|
DESCRIPTION = "A complex python code to DDoS any website with a very easy usage.!\n"
|
||||||
INSTALL_COMMANDS = [
|
INSTALL_COMMANDS = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue