This repository contains a free list of tested SOCKS4/5 & HTTP/S proxies in -> JSON, TXT, CSV, XML & YAML format. No authentication is required when connecting to these proxies.
These proxies are tested ~12x/day (every 2 hours) against EU/US hosting providers - see below, they have been verified to write & read data <AT THE TIME OF TESTING>.
Hosting Provider | Country | Continent |
---|---|---|
OVH | France | EU |
Amazon Web Services | United States | NA |
Oracle Cloud | United Kingdom | EU |
Microsoft Azure | Hong Kong | AS |
//SOCKS example (HTTP/S) is also supported
private fun useSocksProxy(serverAddress: String?, serverPort: Int): ClientSocket? {
val proxy = Proxy(Proxy.Type.SOCKS, InetSocketAddress(proxyAddress, proxyPort))
val socket = Socket(proxy)
if(socks4)
forceSocks4(socket)
try {
socket.soTimeout = Constants.CONNECTION_TIMEOUT //3000ms
socket.tcpNoDelay = true
socket.connect(InetSocketAddress(serverAddress, serverPort), Constants.CONNECTION_TIMEOUT)
} catch (e : IOException) {
socket.close()
}
if(socket.isClosed)
return null
return ClientSocket().init(socket) //Read/Write Data Function
}
These proxies are scraped from various sources & I compile this data using my ProxyBuilder application. Proxies are sorted from lowest to highest 0-255 & duplicated proxies are removed — the only exception is if an IP has a different port open, which is also a working proxy tunnel <Less than 1% of the total proxies at the time of testing>.
IP:Port -> 1.0.132.249:4153
Proxies work for any application that can establish a socket connection, such as... An application that has proxy support (FireFox, Chrome), or as an example, these Java Apps -> JaySyiPker, Bruteforce-RSPS & 718 Cheat Client (Final).
- Online Proxies:
- JSON -> proxies.json
- TXT -> proxies.txt
- CSV -> proxies.csv
- XML -> proxies.xml
- YAML -> proxies.yaml
- Online/Offline Proxies (Archive):
- JSON -> working-proxies-history.json
- TXT -> working-proxies-history.txt
- CSV -> working-proxies-history.csv
- XML -> working-proxies-history.xml
- YAML -> working-proxies-history.yaml
Analytics are updated on a weekly basis and contains raw data, tables & graphs.
You can view/download this data below.
Query | Result |
---|---|
Most Proxies By Country | Brazil (6749) |
Most Detected Proxies By Country | Brazil (4680) |
Most Proxies By Provider | Bharat Sanchar Nigam Ltd (2455) |
Most Proxies By Port | 5678 (33668) |
Most Proxies By Protocol | SOCKS4 (44037) |
Most Proxies By Continent | Asia (27864) |
Data Type | Link |
---|---|
Graphs, Tables & Data (Excel) | (analysis.xlsx) |
Raw Data (JSON) | (archive-geo.json) |
Raw Data (CSV) | (archive-geo.csv) |
Raw Data (XML) | (archive-geo.xml) |
Raw Data (YAML) | (archive-geo.yaml) |
Further updates will be made to this project throughout the year, the next update I am working on will keep a record of proxy up-time, location, isp & speed.
-
Online Proxies (By Protocol):
- SOCKS4 -> 1183
- SOCKS5 -> 0
- HTTP -> 0
- HTTPS -> 0
-
Proxies (Total):
- Online Proxies (SOCKS4/5 + HTTP/S) -> 1183
- Unique Online Proxies -> 1183
- Unique Online/Offline Proxies (Archive) -> 22147
1.4.214.148:5678
1.9.167.35:60489
1.20.95.95:5678
1.20.137.82:32241
1.20.227.66:4145
1.32.57.85:5678
1.53.137.84:4145
1.165.109.132:3629
1.186.40.2:39651
1.220.145.45:4145
1.221.173.148:4145
2.57.8.76:4153
2.87.203.38:4145
2.139.162.80:4145
3.141.13.98:5678
5.22.154.50:32127
5.139.58.214:4145
5.172.188.93:5678
5.178.217.227:31019
5.180.100.24:5678
5.188.64.79:5678
8.39.228.9:39593
8.42.68.126:39593
8.42.71.5:39593
13.58.88.184:5678
13.58.223.158:5678
14.102.43.58:9999
14.160.23.254:5678
18.216.32.60:5678
18.216.72.10:5678
1.0.132.249:4153
1.0.133.89:4153
1.0.133.100:51327
1.0.136.168:4145
1.0.136.172:4145
1.0.136.197:4145
1.0.136.217:4145
1.0.137.61:4153
1.0.148.135:4145
1.0.149.73:4145
1.0.151.157:4145
1.0.152.183:4145
1.0.154.38:4145
1.0.154.166:4145
1.0.159.150:4145
1.0.160.238:4145
1.0.161.25:4145
1.0.161.232:4145
1.0.163.119:4145
1.0.170.50:8080
1.0.170.50:80
1.0.205.87:8080
1.0.208.93:4145
1.0.213.104:4145
1.0.224.88:4145
1.0.232.127:4145
1.1.161.243:4145
1.1.169.159:4145
1.1.189.58:8080
1.1.220.100:8080
Thx Co Pure Gs - Sort Meister! 💟