1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Added new options --data <hex string> and --data-string <string> to send custom payloads in scan packet data.

This commit is contained in:
jay
2014-06-15 14:49:25 +00:00
parent 1e5295a99d
commit beb7aee9d0
6 changed files with 110 additions and 4 deletions

View File

@@ -214,6 +214,8 @@ char *cstring_unescape(char *str, unsigned int *len);
void bintohexstr(char *buf, int buflen, char *src, int srclen);
u8 *parse_hex_string(char *str, size_t *outlen);
#ifndef HAVE_STRERROR
char *strerror(int errnum);
#endif