Releases: sphinxid/sopan
Releases · sphinxid/sopan
Release list
Release v1.0.0
SOPAN (SOCKS Proxy Analyzer) v1.0.0
Download the appropriate binary for your platform:
Linux:
sopan-linux-amd64- Linux x86_64sopan-linux-arm64- Linux ARM64
Windows:
sopan-windows-amd64.exe- Windows x86_64sopan-windows-arm64.exe- Windows ARM64
macOS:
sopan-darwin-amd64- macOS Intelsopan-darwin-arm64- macOS Apple Silicon (M1/M2/M3)
FreeBSD:
sopan-freebsd-amd64- FreeBSD x86_64
Installation
- Download the binary for your platform
- Make it executable (Linux/macOS/FreeBSD):
chmod +x sopan-* - Run:
./sopan-* -h
Verify checksums
Download checksums.txt and verify:
sha256sum -c checksums.txtUsage
# Test proxies from file
./sopan -file proxies.txt -threads 20
# Test single proxy
./sopan -proxy 127.0.0.1:1080
# Custom test URL
./sopan -file proxies.txt -url https://httpbin.org/ipFor more information, see the README.