mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +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:
parent
ce9d484281
commit
bbae5a7845
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ action = function(host, port)
|
|||
return
|
||||
end
|
||||
|
||||
return string.gsub(result, "\n", "")
|
||||
return (string.gsub(result, "\n", ""))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue