mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Turn the 6481/udp probe from servicetags.nse into a UDP payload.
This commit is contained in:
parent
6f0af76f08
commit
60cd2ef9cf
2 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o Added a Service Tags UDP probe for port 6481/udp. [David]
|
||||
|
||||
o [NSE] Added servicetags.nse, which queries the Sun Service Tags
|
||||
agent and gets system information. [Matthew Flanagan]
|
||||
|
||||
|
|
|
|||
|
|
@ -164,6 +164,13 @@ udp 2049
|
|||
"\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
|
||||
"\x00\x00\x00\x00\x00\x00\x00\x00"
|
||||
|
||||
# Sun Service Tag Discovery protocol (stdiscover)
|
||||
# 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
|
||||
# probe will be interpreted as resends by the server and will be ignored.
|
||||
udp 6481
|
||||
"[PROBE] 0000"
|
||||
|
||||
# NAT-PMP external IP address request. See section 3.2 of
|
||||
# http://files.dns-sd.org/draft-cheshire-nat-pmp.txt.
|
||||
udp 5351 "\x00\x00"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue