mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +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:
parent
153f35351f
commit
0564b25559
2 changed files with 4 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue