1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Add another thing to consider for UDP payloads: Some protocols can

benefit from variable payloads.
This commit is contained in:
david
2009-08-14 23:42:52 +00:00
parent c062f69b44
commit c5576e5a1e

View File

@@ -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 o A port may want more than one payload, perhaps falling back to a
second one if the first one fails. second one if the first one fails.
o Some probes may have to come from a specific source port. 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 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 o Consider what new UDP payloads we might want to add. David has many