mirror of
https://github.com/nmap/nmap.git
synced 2025-12-23 16:09:02 +00:00
Add UDP payload for Murmur server.
http://seclists.org/nmap-dev/2012/q4/438
This commit is contained in:
@@ -4,6 +4,8 @@ o [NSE] Added murmur-version by Marin Maržić. This gets teh server
|
||||
version and other information for Murmur, the server for the Mumble
|
||||
VoIP system.
|
||||
|
||||
o Added a corresponding UDP payload for Murmur. [Marin Maržić]
|
||||
|
||||
o [Zenmap] Fixed a crash that could be caused by opening the About
|
||||
dialog, using the window manager to close it, and opening it again.
|
||||
This was reported by Yashartha Chaturvedi and Jordan Schroeder.
|
||||
|
||||
@@ -208,3 +208,8 @@ udp 27910,27911,27912,27913,27914 "\xff\xff\xff\xffstatus"
|
||||
# 30720-30724: Tremulous
|
||||
# 44400: Warsow
|
||||
udp 26000,26001,26002,26003,26004,27960,27961,27962,27963,27964,30720,30721,30722,30723,30724,44400 "\xff\xff\xff\xffgetstatus"
|
||||
|
||||
# Murmur 1.2.X (Mumble server)
|
||||
# UDP ping. "abcdefgh" is an identifier. See
|
||||
# http://mumble.sourceforge.net/Protocol.
|
||||
udp 64738 "\x00\x00\x00\x00abcdefgh"
|
||||
|
||||
Reference in New Issue
Block a user