mirror of
https://github.com/nmap/nmap.git
synced 2026-01-04 21:59:02 +00:00
Add payload, probe, and matchline for svrloc
Service Location Protocol version 2 specified by RFC 2608. Partially implemented by srvloc.lua library. Probe checks for service:service-agent, which should be implemented by all Service Agents (servers). Match line only matches version 2, since I don't have any other versions to test. Expect we will get more service fingerprints to clarify.
This commit is contained in:
@@ -67,6 +67,11 @@ udp 161
|
||||
# http://cgit.freedesktop.org/xorg/doc/xorg-docs/plain/hardcopy/XDMCP/xdmcp.PS.gz
|
||||
udp 177 "\x00\x01\x00\x02\x00\x01\x00"
|
||||
|
||||
# svrloc
|
||||
udp 427
|
||||
"\x02\x01\x00\x006 \x00\x00\x00\x00\x00\x01\x00\x02en\x00\x00\x00\x15"
|
||||
"service:service-agent\x00\x07default\x00\x00\x00\x00"
|
||||
|
||||
# Internet Key Exchange version 1, phase 1 Main Mode. We offer every
|
||||
# combination of (DES, 3DES) and (MD5, SHA) in the hope that one of them will
|
||||
# be acceptable. Because we use a fixed cookie, we set the association lifetime
|
||||
|
||||
Reference in New Issue
Block a user