proxytools

- collection of scripts for harvesting & testing proxies
git clone git://git.acid.vegas/proxytools.git
Log | Files | Refs | Archive | README | LICENSE

commit d6f1aa65d7052538aa38052c5cf4eabc1dd12c8a
parent a46c5c50b346c4c5647ada0ea835186c625a1643
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 10 Jun 2023 01:14:52 -0400

Added more Githubs to the sockhub.py scanner

Diffstat:
Mproxytools/sockhub.py | 5++++-

1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/proxytools/sockhub.py b/proxytools/sockhub.py
@@ -16,7 +16,10 @@ github_list = (
     'https://raw.githubusercontent.com/jetkai/proxy-list/main/online-proxies/txt/proxies-socks5.txt',
     'https://raw.githubusercontent.com/UptimerBot/proxy-list/main/proxies/socks5.txt',
     'https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/socks5.txt',
-    'https://raw.githubusercontent.com/saschazesiger/Free-Proxies/master/proxies/socks5.txt'
+    'https://raw.githubusercontent.com/saschazesiger/Free-Proxies/master/proxies/socks5.txt',
+	'https://raw.githubusercontent.com/prxchk/proxy-list/main/socks5.txt',
+	'https://raw.githubusercontent.com/Zaeem20/FREE_PROXIES_LIST/master/socks5.txt',
+	'https://spys.me/socks.txt'
 )
 
 def get_source(url):