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 diff --git a/start.py b/start.py index ad56a40..36788a3 100644 --- a/start.py +++ b/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", )