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 -> 0
- SOCKS5 -> 0
- HTTP -> 0
- HTTPS -> 0
-
Proxies (Total):
- Online Proxies (SOCKS4/5 + HTTP/S) -> 0
- Unique Online Proxies -> 0
- Unique Online/Offline Proxies (Archive) -> 12501
1.0.132.249:4153
1.0.133.100:51327
1.0.137.61:4153
1.0.154.38:4145
1.0.170.50:8080
1.0.170.50:80
1.0.205.87:8080
1.1.169.159:4145
1.1.189.58:8080
1.1.220.100:8080
1.1.244.19:4145
1.2.182.57:4145
1.2.187.252:4145
1.2.222.252:4145
1.2.252.65:8080
1.4.157.35:36202
1.4.195.114:4145
1.4.198.22:8081
1.4.214.148:5678
1.9.27.217:4153
1.9.164.242:35471
1.9.167.35:60489
1.9.167.36:60489
1.9.213.114:4153
1.10.133.19:4145
1.10.140.43:4145
1.10.141.220:37718
1.10.141.220:54620
1.10.189.133:50855
1.13.165.87:8080Thx Co Pure Gs - Sort Meister! 💟