mirror of
https://github.com/nmap/nmap.git
synced 2026-01-26 08:09:07 +00:00
Added jah's patch to fix Script Database bug: http://seclists.org/nmap-dev/2008/q2/0623.html
This commit is contained in:
@@ -45,6 +45,9 @@ o The zoneTrans.nse script now takes a "domain" script argument to
|
||||
specify the desired domain name to transfer. You can narrow the
|
||||
scope down with the form "zoneTrans={domain=xxx}". [Kris]
|
||||
|
||||
o Fixed --script-updatedb "aborting" despite success:
|
||||
http://seclists.org/nmap-dev/2008/q2/0623.html
|
||||
|
||||
Nmap 4.65 [2008-6-1]
|
||||
|
||||
o A Mac OS X Nmap/Zenmap installer is now available from the Nmap
|
||||
|
||||
@@ -83,7 +83,7 @@ static int panic (lua_State *L)
|
||||
int script_updatedb (void)
|
||||
{
|
||||
int status;
|
||||
int ret;
|
||||
int ret = SCRIPT_ENGINE_SUCCESS;
|
||||
lua_State *L;
|
||||
|
||||
SCRIPT_ENGINE_VERBOSE(
|
||||
|
||||
Reference in New Issue
Block a user