This post is by a banned member (alexandrepg99) - Unhide
20 February, 2023 - 02:17 AM
Reply
(19 February, 2023 - 12:04 AM)bnt Wrote: Show MoreGolang 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>
what up, it actuallyworkig?
This post is by a banned member (ToxicYeti204) - Unhide
20 February, 2023 - 02:20 AM
Reply
This post is by a banned member (alexandrepg99) - Unhide
20 February, 2023 - 02:22 AM
Reply
(19 February, 2023 - 12:04 AM)bnt Wrote: Show MoreGolang 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>
hy, how i install this progam.
This post is by a banned member (Unknown00x1) - Unhide
20 February, 2023 - 01:18 PM
Reply
This post is by a banned member (erfergtrewr) - Unhide
20 February, 2023 - 02:41 PM
Reply
This post is by a banned member (cserakib) - Unhide
20 February, 2023 - 06:38 PM
Reply
This post is by a banned member (whoisa) - Unhide
20 February, 2023 - 07:50 PM
Reply
This post is by a banned member (GamerstGamer) - Unhide
20 February, 2023 - 09:28 PM
Reply
(19 February, 2023 - 12:04 AM)bnt Wrote: Show MoreGolang 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>
ty