1
0
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:
batrick
2008-06-09 19:46:54 +00:00
parent 153f35351f
commit 0564b25559
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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(