MCPcopy Index your code
hub / github.com/Yariya/Zmap-ProxyScanner

github.com/Yariya/Zmap-ProxyScanner @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
18 symbols 51 edges 7 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Zmap-ProxyScanner

A Thread Safe fast way to find proxies. Find 2000-5000 working http,socks4,socks5 proxies in one scan.

379e86d10c8e05e9d21a20647d37c70ea0d5e976c72a44a2a5506c88d31e5cf3

Config

```json { "check-site": "https://google.com", "proxy-type": "http",

"http_threads": 2000,
"headers": {
  "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36",
  "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8"
},
"print_ips": {
  "enabled": true,
  "display-ip-info": true
},
"timeout": {
  "http_timeout": 5,
  "socks4_timeout": 5,
  "socks5_timeout": 5
}

} ```

Flag Args

shell -p <port> - Port you want to scan. -o <proxies.txt> - Writes proxy hits to file. -input <proxies.txt> - Loads the proxy list and checks it. -url https://api.com/proxies - Loads the proxies from an api and checks it.

Features

  • Scan entire world for http,socks4 and socks5 proxies.
  • Inbuilt file + (from url) proxy scanner
  • Display ISP, Country

Example Run

  • Be Sure to use an Hosting that allows Portscan just like https://pfcloud.io

    zmap -p 8080 | ./ZmapProxyScanner -p 8080

Build

Requires go v1.19+ shell git clone https://github.com/Yariya/Zmap-ProxyScanner.git cd Zmap-ProxyScanner go build

Core symbols most depended-on inside this repo

Add
called by 9
exporter.go
Close
called by 6
exporter.go
PrintProxy
called by 3
ip_printer.go
WorkerThread
called by 1
http.go
CheckProxyHTTP
called by 1
http.go
CheckProxySocks4
called by 1
http.go
CheckProxySocks5
called by 1
http.go
create
called by 1
exporter.go

Shape

Method 7
Function 6
Struct 5

Languages

Go100%

Modules by API surface

http.go5 symbols
exporter.go4 symbols
main.go3 symbols
ip_printer.go3 symbols
stat.go1 symbols
queue.go1 symbols
bufio_scanner.go1 symbols

For agents

$ claude mcp add Zmap-ProxyScanner \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact