1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2026-06-09 00:16:18 +02:00

Update ddos.py

This commit is contained in:
hmody3000
2022-05-17 08:19:59 +03:00
committed by GitHub
parent 0a4faeac9c
commit 56c2917e53
+1 -1
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):