mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 06:59:01 +00:00
Add a service probe for DNS-based service discovery (DNS-SD). See
http://seclists.org/nmap-dev/2009/q3/0610.html.
This commit is contained in:
@@ -7396,3 +7396,12 @@ ports 8008,8009
|
|||||||
|
|
||||||
# AJP 1.3 Ping response
|
# AJP 1.3 Ping response
|
||||||
match ajp13 m|^\x41\x42\x00\x01\x09$| p/Apache Jserv/ i/Protocol v1.3/
|
match ajp13 m|^\x41\x42\x00\x01\x09$| p/Apache Jserv/ i/Protocol v1.3/
|
||||||
|
|
||||||
|
##############################NEXT PROBE##############################
|
||||||
|
# DNS-based service discovery (DNS-SD). Asks for all services on the host.
|
||||||
|
# http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt, section 9.
|
||||||
|
Probe UDP DNS-SD q|\0\0\0\0\0\x01\0\0\0\0\0\0\x09_services\x07_dns-sd\x04_udp\x05local\0\0\x0c\0\x01|
|
||||||
|
rarity 4
|
||||||
|
ports 5353
|
||||||
|
# mDNSResponder-176.3
|
||||||
|
match mdns m|^\0\0\x84\0\0\x01..\0\0\0\0\x09_services\x07_dns-sd\x04_udp\x05local\0\0\x0c\0\x01| p/Apple mDNSResponder/
|
||||||
|
|||||||
Reference in New Issue
Block a user