22 February, 2023 - 11:45 PM
(19 February, 2023 - 12:04 AM)bnt Wrote: Show MoreGolang Proxy Checker via file, zmap or masscan
Nice good job:monkas:
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>
Nice job
