Nmap Development mailing list archives

[patch] fix mupdate probe


From: Matt Selsky <selsky () columbia edu>
Date: Fri, 11 Jun 2010 14:29:45 -0400 (EDT)

Current mupdate probe shows:

$ ./nmap -sV -p 3905 --datadir=. blutwurst soysage

Starting Nmap 5.30BETA1 ( http://nmap.org ) at 2010-06-11 14:25 EDT
Nmap scan report for blutwurst (128.59.33.168)
Host is up (0.0031s latency).
rDNS record for 128.59.33.168: blutwurst.cc.columbia.edu
PORT     STATE SERVICE VERSION
3905/tcp open  mupdate Cyrus Murder Master blutwurst.cc.columbia.edu
Service Info: Host: * PARTIAL-UPDATE

Nmap scan report for soysage (128.59.33.207)
Host is up (0.0028s latency).
rDNS record for 128.59.33.207: soysage.cc.columbia.edu
PORT     STATE SERVICE VERSION
3905/tcp open  mupdate Cyrus Murder Slave mail.columbia.edu (Master: 2.3.13)
Service Info: Host: * PARTIAL-UPDATE

Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 2 IP addresses (2 hosts up) scanned in 0.24 seconds

After the patch:

$ ./nmap -sV -p 3905 --datadir=. blutwurst soysage

Starting Nmap 5.30BETA1 ( http://nmap.org ) at 2010-06-11 14:26 EDT
Nmap scan report for blutwurst (128.59.33.168)
Host is up (0.00028s latency).
rDNS record for 128.59.33.168: blutwurst.cc.columbia.edu
PORT     STATE SERVICE VERSION
3905/tcp open  mupdate Cyrus Murder Master 2.3.13

Nmap scan report for soysage (128.59.33.207)
Host is up (0.00042s latency).
rDNS record for 128.59.33.207: soysage.cc.columbia.edu
PORT     STATE SERVICE VERSION
3905/tcp open  mupdate Cyrus Murder Slave 2.3.13 (Master: blutwurst.cc.columbia.edu)
Service Info: Host: mail.columbia.edu

Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .
Nmap done: 2 IP addresses (2 hosts up) scanned in 0.13 seconds


Cheers,

--
Matt

Attachment: mupdate-probe-fix.patch
Description:

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: