mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Added MS error code to error messages returned from the script [Patrik]
This commit is contained in:
parent
c57de44417
commit
67bac23e97
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ action = function(host, port)
|
|||
status, entries = msrpc.rap_netserverenum2(smbstate, domain, filter, detail_level)
|
||||
if ( not(status) ) then
|
||||
log("ERROR: msrpc.call_lanmanapi failed")
|
||||
return "\n ERROR: Failed to retrieve list of servers from browser service"
|
||||
return "\n ERROR: " .. entries
|
||||
end
|
||||
|
||||
status, err = smb.tree_disconnect(smbstate)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue