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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user