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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"