Update ddos.py

This commit is contained in:
hmody3000 2022-05-17 08:19:59 +03:00 committed by GitHub
parent 0a4faeac9c
commit 56c2917e53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ class ddos(HackingTool):
timer = input(" Enter Timer >> ")
os.system("cd ddos;")
subprocess.run([
"sudo", "python3 ddos", method, url, socks_type5.4.1, threads, proxylist, multiple, timer])
"sudo", "python3 ddos", method, url, "socks_type5.4.1", threads, proxylist, multiple, timer])
class SlowLoris(HackingTool):