@@ -16,20 +16,31 @@ list06 () { curl 'https://multiproxy.org/txt_all/proxy.txt' --silent; }
16
16
list07 () { curl ' https://proxylist.geonode.com/api/proxy-list?limit=500&page=1&sort_by=lastChecked&sort_type=desc&protocols=http%2Chttps' --silent | jq -c ' .data[] | "\(.ip):\(.port)"' | cut ' -d"' -f2; }
17
17
list08 () { curl ' https://proxylist.geonode.com/api/proxy-list?limit=500&page=2&sort_by=lastChecked&sort_type=desc&protocols=http%2Chttps' --silent | jq -c ' .data[] | "\(.ip):\(.port)"' | cut ' -d"' -f2; }
18
18
list09 () { curl ' https://proxylist.geonode.com/api/proxy-list?limit=500&page=3&sort_by=lastChecked&sort_type=desc&protocols=http%2Chttps' --silent | jq -c ' .data[] | "\(.ip):\(.port)"' | cut ' -d"' -f2; }
19
- list10 () { curl ' https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/http.txt' --silent; }
20
- list11 () { curl ' https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/https.txt' --silent; }
21
- list12 () { curl ' https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt' --silent; }
22
- list13 () { curl ' https://raw.githubusercontent.com/almroot/proxylist/master/list.txt' --silent; }
23
- list14 () { curl ' https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list-raw.txt' --silent; }
24
- list15 () { curl ' https://raw.githubusercontent.com/hendrikbgr/Free-Proxy-Repo/master/proxy_list.txt' --silent; }
25
- list16 () { curl ' https://raw.githubusercontent.com/mmpx12/proxy-list/master/https.txt' --silent; }
26
- list17 () { curl ' https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/http.txt' --silent; }
27
- list18 () { curl ' https://raw.githubusercontent.com/monosans/proxy-list/main/proxies_anonymous/http.txt' --silent; }
28
- list19 () { curl ' https://raw.githubusercontent.com/proxy4parsing/proxy-list/main/http.txt' --silent; }
29
- list20 () { curl ' https://raw.githubusercontent.com/proxy4parsing/proxy-list/main/http_old.txt' --silent; }
30
- list21 () { curl ' https://raw.githubusercontent.com/roosterkid/openproxylist/main/HTTPS_RAW.txt' --silent; }
31
- list22 () { curl ' https://raw.githubusercontent.com/sunny9577/proxy-scraper/master/proxies.txt' --silent; }
32
- list23 () { curl ' https://raw.githubusercontent.com/zeynoxwashere/proxy-list/main/http.txt' --silent; }
19
+ list10 () { curl ' https://raw.githubusercontent.com/Fl3t/NitroGenerator/master/discord/proxys.txt' --silent; }
20
+ list11 () { curl ' https://raw.githubusercontent.com/Go0p/emmmm/master/data/Proxy_pool/proxy_pool.txt' --silent; }
21
+ list12 () { curl ' https://raw.githubusercontent.com/MITSUKI-IID/IG-FREE/main/Data/proxy2.txt' --silent; }
22
+ list13 () { curl ' https://raw.githubusercontent.com/Nem4/viewerbot/master/Proxies_txt/good_proxy.txt' --silent; }
23
+ list14 () { curl ' https://raw.githubusercontent.com/ShenXuGongZi/FanHaoSearch/master/Win_Client/proxy_list.txt' --silent; }
24
+ list15 () { curl ' https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/http.txt' --silent; }
25
+ list16 () { curl ' https://raw.githubusercontent.com/ShiftyTR/Proxy-List/master/https.txt' --silent; }
26
+ list17 () { curl ' https://raw.githubusercontent.com/TheSpeedX/PROXY-List/master/http.txt' --silent; }
27
+ list18 () { curl ' https://raw.githubusercontent.com/almroot/proxylist/master/list.txt' --silent; }
28
+ list19 () { curl ' https://raw.githubusercontent.com/clarketm/proxy-list/master/proxy-list-raw.txt' --silent; }
29
+ list20 () { curl ' https://raw.githubusercontent.com/coder-pig/ReptileSomething/master/proxy_ip.txt' --silent; }
30
+ list21 () { curl ' https://raw.githubusercontent.com/hendrikbgr/Free-Proxy-Repo/master/proxy_list.txt' --silent; }
31
+ list22 () { curl ' https://raw.githubusercontent.com/hktalent/myhktools/master/proxy/autoProxy.txt' --silent; }
32
+ list23 () { curl ' https://raw.githubusercontent.com/jorgenkg/python-proxy-rotator/master/proxy/proxylist.txt' --silent; }
33
+ list24 () { curl ' https://raw.githubusercontent.com/metaotao/doubanbook/master/file/proxyip.txt' --silent; }
34
+ list25 () { curl ' https://raw.githubusercontent.com/mmpx12/proxy-list/master/https.txt' --silent; }
35
+ list26 () { curl ' https://raw.githubusercontent.com/monosans/proxy-list/main/proxies/http.txt' --silent; }
36
+ list27 () { curl ' https://raw.githubusercontent.com/monosans/proxy-list/main/proxies_anonymous/http.txt' --silent; }
37
+ list28 () { curl ' https://raw.githubusercontent.com/proxy4parsing/proxy-list/main/http.txt' --silent; }
38
+ list29 () { curl ' https://raw.githubusercontent.com/proxy4parsing/proxy-list/main/http_old.txt' --silent; }
39
+ list30 () { curl ' https://raw.githubusercontent.com/redtrib3/Brutal-FX/master/Proxy-List.txt' --silent; }
40
+ list31 () { curl ' https://raw.githubusercontent.com/roosterkid/openproxylist/main/HTTPS_RAW.txt' --silent; }
41
+ list32 () { curl ' https://raw.githubusercontent.com/sunny9577/proxy-scraper/master/proxies.txt' --silent; }
42
+ list33 () { curl ' https://raw.githubusercontent.com/ysc/superword/master/src/main/resources/proxy_ips.txt' --silent; }
43
+ list34 () { curl ' https://raw.githubusercontent.com/zeynoxwashere/proxy-list/main/http.txt' --silent; }
33
44
34
45
# fetch proxy server candidates
35
46
rm " $corpusfile " 2> /dev/null
@@ -57,6 +68,17 @@ rm "$corpusfile" 2>/dev/null
57
68
list21;
58
69
list22;
59
70
list23;
71
+ list24;
72
+ list25;
73
+ list26;
74
+ list27;
75
+ list28;
76
+ list29;
77
+ list30;
78
+ list31;
79
+ list32;
80
+ list33;
81
+ list34;
60
82
} > " $corpusfile "
61
83
62
84
# we need to know how some web servers respond to eliminate bad (malicious) servers
0 commit comments