HOME>>>>>>>>>

File murmur-version

脚本使用类型: portrule
脚本所属分类: version
脚本下载地址: http://nmap.org/svn/scripts/murmur-version.nse

User Summary

Detects the Murmur service (server for the Mumble voice communication client) version 1.2.0 and above.

The Murmur server listens on a TCP (control) and an UDP (voice) port with the same port number. This script activates on both a TCP and UDP port version scan. In both cases probe data is sent only to the UDP port because it allows for a simple and informative ping command.

The single probe will report on the server version, current user count, maximum users allowed on the server, and bandwidth used for voice communication. It is used by the Mumble client to ping known Murmur servers.

The IP address from which service detection is being ran will most likely be temporarily banned by the target Murmur server due to multiple incorrect handshakes (Nmap service probes). This ban makes identifying the service via TCP impossible in practice, but does not affect the UDP probe used by this script.

It is possible to get a corrupt user count (usually +1) when doing a TCP service scan due to previous service probe connections affecting the server.

See http://mumble.sourceforge.net/Protocol.

Example Usage

执行格式

nmap -sV <target>

Script Output

PORT      STATE SERVICE VERSION
64740/tcp open  murmur  Murmur 1.2.4 (control port; users: 35; max. users: 100; bandwidth: 72000 b/s)
64740/udp open  murmur  Murmur 1.2.4 (voice port; users: 35; max. users: 100; bandwidth: 72000 b/s)

Requires


Author: Marin Maržić

License: VER007 整理 http://www.ver007.com