Nmap: Service- und Versionserkennung einsetzen
Mit der Option -sV aktivieren Sie die Service- und Versionserkennung von Nmap. Dadurch versucht Nmap herauszufinden welche Version eines Dienst hinter einem offenen Port lauscht. Das folgende Listing zeigt zum Beispiel die ermittelten Dienste einer FRITZ!Box 7050.
[root@centos5 ~]# nmap -T4 -p- -sV 192.168.10.2
Starting Nmap 5.20 ( http://nmap.org ) at 2010-01-25 18:08 CET
Nmap scan report for fritzbox.home.lan (192.168.10.2)
Host is up (0.021s latency).
Not shown: 65531 closed ports
PORT STATE SERVICE VERSION
80/tcp open http FRITZ!Box http config
5060/tcp open sip AVM FRITZ!Box WLAN 7050 (UI) 14.04.33 (May 10 2007)
8080/tcp open http-proxy AVM FRITZ!Box Fon WAP http proxy
49000/tcp open http FRITZ!Box router http config (TI AR7 chip)
MAC Address: 00:04:0E:59:A3:55 (AVM GmbH)
Service Info: Devices: broadband router, VoIP adapter, WAP, router
Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 26.53 seconds
Starting Nmap 5.20 ( http://nmap.org ) at 2010-01-25 18:08 CET
Nmap scan report for fritzbox.home.lan (192.168.10.2)
Host is up (0.021s latency).
Not shown: 65531 closed ports
PORT STATE SERVICE VERSION
80/tcp open http FRITZ!Box http config
5060/tcp open sip AVM FRITZ!Box WLAN 7050 (UI) 14.04.33 (May 10 2007)
8080/tcp open http-proxy AVM FRITZ!Box Fon WAP http proxy
49000/tcp open http FRITZ!Box router http config (TI AR7 chip)
MAC Address: 00:04:0E:59:A3:55 (AVM GmbH)
Service Info: Devices: broadband router, VoIP adapter, WAP, router
Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 26.53 seconds
Dieser Eintrag wurde am 25.01.2010 erstellt und zuletzt am 11.02.2011 bearbeitet.
Direkter Link zu dieser Seite: http://www.gtkdb.de/index_7_878.html
[ Zur Startseite ] [ Zur Kategorie ]
© 2004-2021 by Georg Kainzbauer