1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

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

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):