mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
fixed bug in authentication encryption function as reported by Sergey
http://seclists.org/nmap-dev/2010/q4/83 changed the way the library reports "Must change password at next logon" fixed bug in ms-sql-hasdbaccess that would occur if no rows were returned [Patrik]
This commit is contained in:
@@ -127,7 +127,7 @@ action = function( host, port )
|
||||
|
||||
helper:Disconnect()
|
||||
|
||||
if ( status ) then
|
||||
if ( status and rs) then
|
||||
result = mssql.Util.FormatOutputTable( rs, true )
|
||||
result.name = username
|
||||
if ( RS_LIMIT > 0 ) then
|
||||
|
||||
Reference in New Issue
Block a user