Update ddos.py

solve issue #174 #175
This commit is contained in:
RiskVirusPro 2022-01-12 11:40:49 +08:00 committed by GitHub
parent 0a4faeac9c
commit 36ec8b5b1e
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):