Banner Grabbing
Banner Grabbing has to do with identifying and enumerating more on service ports
tools like nmap scriptiing, netcat can be used for banner grabbing
Example
nc 10.10.10.10 22
This can print out the banner for ssh, and you can go ahead to look for available exploits
Using Netcat
nc -nv 192.168.0.1 22