nmap to scan a list of endpoints (ip:port)

327 Views Asked by At

Is there a way to scan a big list of specific endpoints (IP:port) in nmap without passing them individually? We have a list of IP:port that we want to run through the http-open-proxy script to verify which one are really open proxies to set up firewall rules. Since nmap parallelizes the list input (when provided with an IP list), is there a way to provide a list of endpoints as input?

0

There are 0 best solutions below