mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
Update ddos.py to fix SyntaxError
This commit is contained in:
parent
3164a249c2
commit
565f9e419d
1 changed files with 3 additions and 1 deletions
|
|
@ -87,7 +87,9 @@ class GoldenEye(HackingTool):
|
|||
def run(self):
|
||||
os.system("cd GoldenEye ;sudo ./goldeneye.py")
|
||||
print("\033[96m Go to Directory \n "
|
||||
"[*] USAGE: ./goldeneye.py <url> [OPTIONS]")\
|
||||
"[*] USAGE: ./goldeneye.py <url> [OPTIONS]")
|
||||
|
||||
|
||||
class Saphyra(HackingTool):
|
||||
TITLE = "SaphyraDDoS"
|
||||
DESCRIPTION = "A complex python code to DDoS any website with a very easy usage.!\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue