1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 20:59:02 +00:00

Improve TFTP detection. See #2406

This commit is contained in:
dmiller
2021-12-12 23:42:35 +00:00
parent 87fe985f32
commit bc1091d387

View File

@@ -37,7 +37,8 @@
# GenericLines. Use for the echo service. # GenericLines. Use for the echo service.
udp 7 "\x0D\x0A\x0D\x0A" udp 7 "\x0D\x0A\x0D\x0A"
# DNSStatusRequest # DNSStatusRequest
udp 53,5353,26198 "\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00" # Sent for TFTP (69) as well due to its ability to provoke an error response
udp 53,69,5353,26198 "\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00"
# DNS VER # DNS VER
udp 53,5353,26198 udp 53,5353,26198
"\x77\x77\x01\x00\x00" "\x77\x77\x01\x00\x00"