mirror of
https://github.com/MatrixTM/MHDDoS.git
synced 2024-11-16 11:42:42 +08:00
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
|
||||
certifi<=2021.10.8
|
||||
dnspython==2.2.0
|
||||
requests==2.27.1
|
||||
impacket==0.9.23
|
||||
psutil>=5.9.0
|
||||
icmplib>=2.1.1
|
||||
certifi<=2022.6.15
|
||||
dnspython==2.2.1
|
||||
requests==2.28.1
|
||||
impacket==0.10.0
|
||||
psutil>=5.9.1
|
||||
icmplib>=3.0.3
|
||||
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}!"
|
||||
)
|
||||
Proxies = ProxyChecker.checkAll(
|
||||
Proxies, timeout=1, threads=threads,
|
||||
Proxies, timeout=15, threads=threads,
|
||||
url=url.human_repr() if url else "http://httpbin.org/get",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user