Merge pull request #396 from ninjutsudev/main

Python Updated Dependencies & Proxy Timeout Increase
This commit is contained in:
MH_ProDev 2022-08-24 20:48:47 +04:30 committed by GitHub
commit d5e87599b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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",
)