mirror of
https://github.com/nmap/nmap.git
synced 2026-01-11 00:49:02 +00:00
Applied the fix for a script returning more than one result in showSMTPVersion.nse
See Jah's post: http://seclists.org/nmap-dev/2008/q3/0293.html
This commit is contained in:
@@ -20,6 +20,6 @@ action = function(host, port)
|
||||
return
|
||||
end
|
||||
|
||||
return string.gsub(result, "\n", "")
|
||||
return (string.gsub(result, "\n", ""))
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user