1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 03:19:02 +00:00

Add CHANGELOG entry for UDP payloads and add guidelines for payloads to

payloads.cc.
This commit is contained in:
david
2009-07-06 18:34:29 +00:00
parent 2ad8804e64
commit 3f8392d974
2 changed files with 11 additions and 0 deletions

View File

@@ -103,6 +103,10 @@ extern NmapOps o;
s = eval('"' + raw_input().replace('"', '\\"') + '"')
print '"' + "".join(c.isalnum() and c or "\\%03o" % ord(c) for c in s) + '"'
These payloads are sent with every host discovery or port scan probe. Only
include payloads that are unlikely to crash services, trip IDS alerts, or
change state on the server.
*/
static const char payload_DNSStatusRequest[] =