How do I find services running on a range of ports for a given IP address. getservbyport() function returns the service but it returns for the local host, I want to get it for given IP address
How do I find services running on a range of ports for a given IP address. getservbyport() function returns the service but it returns for the local host, I want to get it for given IP address