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