Here is the UPDATED Nmap command, which will output only OPEN proxies in IP

ort format. I created a command via AWK to filter.
Code:
nmap -n -T4 -sS -p 1080 --script socks-open-proxy -iR 5000 | awk -v RS="Nmap scan report for " '$0 ~ "open" {print $1":1080" }' > proxy.lst
and NO there is NO source list. this NMAP command works by trying RANDOM IP addresses it just guesses. You can see from above command it tries "5000 random IP on port 1080" see how it works?
If you want a service that uses source sites to find proxies, use ProxyBroker.
Example ProxyBroker script:
Code:
proxybroker find -l 20 --types SOCKS4 SOCKS5 --lvl anonymous --strict --countries US --data proxy.lst
NB this is all for LINUX ! I use "Kali 2" (based on debian) for my OS
I should make a separate thread of this ...
Stupid noob. Shush. go away get banned.