From fa64a6605abf36ccc41aa04fdae076ec2cee6f1e Mon Sep 17 00:00:00 2001 From: NinjutsuDEV Date: Sat, 26 Mar 2022 22:02:02 +0000 Subject: [PATCH 1/2] Proxies Check Timeout Update --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.py b/start.py index 1de8dec..4fa189e 100644 --- a/start.py +++ b/start.py @@ -1362,7 +1362,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", ) From 80cf5f36a92274f204d9c8d33a92c1bbf113ef2c Mon Sep 17 00:00:00 2001 From: NinjutsuDEV Date: Tue, 23 Aug 2022 04:32:49 +0100 Subject: [PATCH 2/2] Updated python dependencies --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 969fa1a..340cc64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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