mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add another thing to consider for UDP payloads: Some protocols can
benefit from variable payloads.
This commit is contained in:
parent
c062f69b44
commit
c5576e5a1e
1 changed files with 3 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ o Consider moving UDP ping/portscan payloads from payload.cc to a
|
|||
o A port may want more than one payload, perhaps falling back to a
|
||||
second one if the first one fails.
|
||||
o Some probes may have to come from a specific source port.
|
||||
o Some protocols may require variable payloads, for example IKE
|
||||
benefits from a random initiator cookie so that packets after the
|
||||
first don't get ignored for looking like retransmissions.
|
||||
o TFTP sends its response from an ephemeral port, not port 69.
|
||||
|
||||
o Consider what new UDP payloads we might want to add. David has many
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue