1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Update ddos.py to fix SyntaxError

This commit is contained in:
Christian Clauss
2023-07-17 22:31:48 +02:00
committed by GitHub
parent 3164a249c2
commit 565f9e419d

View File

@ -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"