SEARCH PROXY | Article
A simple program to scan NET looking for socks 4/5 proxy or http proxy.
cd search-proxy
./proxyscan.sh 1.2.3.1-254the argument must be IP or CIDR Subnet Mask, for example:1.1.1.0/24.
If you want to run n parallel workers, add proxyscan to another script and run with &:
cp scan.sh.example scan.sh
vim scan.shAnd add ./proxyscan.sh 1.2.3.1-254 & as in the example file.
If proxy is found, it will add to a text file with IP as prefix.
