1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 13:09:02 +00:00

Add UDP payload for STUN.

This commit is contained in:
david
2019-12-06 23:16:43 +00:00
parent 33f421fd6e
commit 112fc96c50
2 changed files with 10 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ o [NSE][GH#1665] The HTTP library no longer crashes when code requests digest
o [NSE] Fixed a bug in http-wordpress-users.nse that could cause o [NSE] Fixed a bug in http-wordpress-users.nse that could cause
extraneous output to be captured as part of a username. [Duarte Silva] extraneous output to be captured as part of a username. [Duarte Silva]
o Added a UDP payload for STUN (Session Traversal Utilities for NAT).
[David Fifield]
Nmap 7.80 [2019-08-10] Nmap 7.80 [2019-08-10]
o [Windows] The Npcap Windows packet capturing library (https://npcap.org/) o [Windows] The Npcap Windows packet capturing library (https://npcap.org/)

View File

@@ -218,6 +218,13 @@ udp 2302 "\x00\x02\xf1\x26\x01\x26\xf0\x90\xa6\xf0\x26\x57\x4e\xac\xa0\xec\xf8\x
# Apple Remote Desktop (ARD) # Apple Remote Desktop (ARD)
udp 3283 "\0\x14\0\x01\x03" udp 3283 "\0\x14\0\x01\x03"
# STUN Binding request, see RFC 5389 Section 6
# message type = 0x001, Binding (see Section 18.1)
# message length = 0
# magic cookie = 0x2112a442
# transaction ID = "\x00"*12
udp 3478 "\x00\x01\x00\x00\x21\x12\xa4\x42\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
# Sun Service Tag Discovery protocol (stdiscover) # Sun Service Tag Discovery protocol (stdiscover)
# http://arc.opensolaris.org/caselog/PSARC/2006/638/stdiscover_protocolv2.pdf # http://arc.opensolaris.org/caselog/PSARC/2006/638/stdiscover_protocolv2.pdf
# Would work better with a varying cookie; the second and later sends of this # Would work better with a varying cookie; the second and later sends of this