Banner Grabbing

We can also directly interact with individual ports to

nc -nv <ip> <port>

Alternatively, we can use Telnet:

telnet <ip> <port>

Last updated