Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@sphinxid sphinxid released this 06 Oct 06:26
· 1 commit to main since this release

SOPAN (SOCKS Proxy Analyzer) v1.0.0

Download the appropriate binary for your platform:

Linux:

  • sopan-linux-amd64 - Linux x86_64
  • sopan-linux-arm64 - Linux ARM64

Windows:

  • sopan-windows-amd64.exe - Windows x86_64
  • sopan-windows-arm64.exe - Windows ARM64

macOS:

  • sopan-darwin-amd64 - macOS Intel
  • sopan-darwin-arm64 - macOS Apple Silicon (M1/M2/M3)

FreeBSD:

  • sopan-freebsd-amd64 - FreeBSD x86_64

Installation

  1. Download the binary for your platform
  2. Make it executable (Linux/macOS/FreeBSD): chmod +x sopan-*
  3. Run: ./sopan-* -h

Verify checksums

Download checksums.txt and verify:

sha256sum -c checksums.txt

Usage

# 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/ip

For more information, see the README.