mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 00:49:59 +00:00
Update ddos.py
This commit is contained in:
parent
c03363dde0
commit
0db4d7e336
1 changed files with 2 additions and 4 deletions
|
|
@ -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.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue