mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Improve TFTP detection. See #2406
This commit is contained in:
parent
87fe985f32
commit
bc1091d387
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@
|
|||
# GenericLines. Use for the echo service.
|
||||
udp 7 "\x0D\x0A\x0D\x0A"
|
||||
# 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
|
||||
udp 53,5353,26198
|
||||
"\x77\x77\x01\x00\x00"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue