Skip to main content

nmap - How to find the port that a service of interest is listening on remotely?

There's a remote server on my network that's compromised, with no physical access. The hacker reassigned sshd service to listen on a another port. Is there a way to use nmap to find a port specifically for a specified service? (in this case sshd)

Comments