You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
@ -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):
|
||||
|
Reference in New Issue
Block a user