Update ddos.py

This commit is contained in:
Christian Clauss 2023-07-18 05:37:05 +02:00 committed by GitHub
parent c03363dde0
commit 0db4d7e336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,9 +109,7 @@ 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]"
)
print("\033[96m Go to Directory \n [*] USAGE: ./goldeneye.py <url> [OPTIONS]")
class Saphyra(HackingTool):
@ -130,7 +128,7 @@ class Saphyra(HackingTool):
url = input("Enter url>>> ")
try:
os.system("python saphyra.py " + url)
except:
except Exception:
print("Enter a valid url.")