mirror of https://github.com/MatrixTM/MHDDoS.git
Merge pull request #396 from ninjutsudev/main
Python Updated Dependencies & Proxy Timeout Increase
This commit is contained in:
commit
d5e87599b3
|
|
@ -1,9 +1,9 @@
|
||||||
cloudscraper==1.2.60
|
cloudscraper==1.2.60
|
||||||
certifi<=2021.10.8
|
certifi<=2022.6.15
|
||||||
dnspython==2.2.0
|
dnspython==2.2.1
|
||||||
requests==2.27.1
|
requests==2.28.1
|
||||||
impacket==0.9.23
|
impacket==0.10.0
|
||||||
psutil>=5.9.0
|
psutil>=5.9.1
|
||||||
icmplib>=2.1.1
|
icmplib>=3.0.3
|
||||||
git+https://github.com/MHProDev/PyRoxy.git
|
git+https://github.com/MHProDev/PyRoxy.git
|
||||||
yarl~=1.7.2
|
yarl~=1.8.1
|
||||||
|
|
|
||||||
2
start.py
2
start.py
|
|
@ -1527,7 +1527,7 @@ def handleProxyList(con, proxy_li, proxy_ty, url=None):
|
||||||
f"{bcolors.OKBLUE}{len(Proxies):,}{bcolors.WARNING} Proxies are getting checked, this may take awhile{bcolors.RESET}!"
|
f"{bcolors.OKBLUE}{len(Proxies):,}{bcolors.WARNING} Proxies are getting checked, this may take awhile{bcolors.RESET}!"
|
||||||
)
|
)
|
||||||
Proxies = ProxyChecker.checkAll(
|
Proxies = ProxyChecker.checkAll(
|
||||||
Proxies, timeout=1, threads=threads,
|
Proxies, timeout=15, threads=threads,
|
||||||
url=url.human_repr() if url else "http://httpbin.org/get",
|
url=url.human_repr() if url else "http://httpbin.org/get",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue