Merge pull request #245 from hmody3000/master

Update ddos.py
This commit is contained in:
Hardik Zinzuvadiya 2022-06-13 00:56:02 +05:30 committed by GitHub
commit 9a861eb30f
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 >> ") timer = input(" Enter Timer >> ")
os.system("cd ddos;") os.system("cd ddos;")
subprocess.run([ 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): class SlowLoris(HackingTool):