June 2016
Intermediate to advanced
152 pages
3h 30m
English
Another useful piece of functionality that nmap provides is the ability to identify services by attempting to grab application banners or issue various types of known requests and determine the service based upon how it responds.
Use –sV to probe for service/version information:
$ nmap 10.0.0.10 -sV Starting Nmap 6.40 ( http://nmap.org ) at 2016-05-08 16:15 EDT Nmap scan report for 10.0.0.10 Host is up (0.0016s latency). Not shown: 995 closed ports PORT STATE SERVICE VERSION 22/tcp open ssh (protocol 2.0) 25/tcp open smtp Postfix smtpd 53/tcp open domain 80/tcp open http Apache httpd 2.4.7 ((Ubuntu)) 111/tcp open rpcbind 2-4 (RPC #100000) 1 service unrecognized despite returning data. If you know the service/version, ...
Read now
Unlock full access