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