mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
commit
9a861eb30f
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue