1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 12:06:35 +00:00

* create d33tah directory at nmap-exp

* create a branch ncat-lua in nmap-exp/d33tah based on current nmap trunk
* merge in patches from github into ncat-lua branch
This commit is contained in:
d33tah
2013-06-13 15:04:23 +00:00
parent 8a01ce5a57
commit 3e3e87f462
7 changed files with 203 additions and 13 deletions

View File

@@ -118,8 +118,8 @@ size_t srcaddrlen;
union sockaddr_u targetss;
size_t targetsslen;
union sockaddr_u httpconnect, socksconnect;
size_t httpconnectlen, socksconnectlen;
union sockaddr_u httpconnect;
union sockaddr_u socksconnect;
/* Global options structure. */
struct options o;
@@ -177,6 +177,10 @@ void options_init(void)
o.sslverify = 0;
o.ssltrustfile = NULL;
#endif
//#ifdef HAVE_LUA
o.lua = 0;
o.luafile = NULL;
//#endif
}
/* Internal helper for resolve and resolve_numeric. addl_flags is ored into