OP 19 February, 2023 - 12:04 AM
(This post was last modified: 19 February, 2023 - 12:04 AM by cym. Edited 1 time in total.)
Golang Proxy Checker via file, zmap or masscan
Code:
zmap -p port -q | ./scanner outputfile port <threads>
masscan -p port1,port2 0.0.0.0/0 --rate=99999999 --exclude 255.255.255.255 | awk '{print $6":"$4}' | sed 's/\/tcp//g' | ./scanner outputfile <threads>
cat ips.txt | ./scanner outputfile port <threads>
cat proxies.txt | ./scanner outputfile <threads>