pokscan

pokscan scans IPv4 targets and ports for working socks5, http, and https proxies.
Build
go build .
Usage
Use the built-in help:
go run . --help
Or after building:
./pokscan --help
For flags, target formats, examples, defaults, resume behavior, and output details, use --help.
Output
Validated proxies are written in URL form:
socks5://1.2.3.4:1080
http://5.6.7.8:8080
https://9.10.11.12:443
License
GNU Affero General Public License v3.0 only. See LICENSE.