mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
Update ddos.py to fix SyntaxError
This commit is contained in:
parent
3164a249c2
commit
565f9e419d
@ -87,7 +87,9 @@ class GoldenEye(HackingTool):
|
|||||||
def run(self):
|
def run(self):
|
||||||
os.system("cd GoldenEye ;sudo ./goldeneye.py")
|
os.system("cd GoldenEye ;sudo ./goldeneye.py")
|
||||||
print("\033[96m Go to Directory \n "
|
print("\033[96m Go to Directory \n "
|
||||||
"[*] 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user