mirror of
https://github.com/nmap/nmap.git
synced 2026-01-22 22:29:03 +00:00
Fixed errors found by nse_check_globals.
This commit is contained in:
@@ -41,6 +41,7 @@ portrule = shortport.http
|
||||
---
|
||||
get_owner = function(res)
|
||||
local result=res
|
||||
local _
|
||||
if ( res:match('<span') ) then
|
||||
_,_,result=string.find(res,'title="(.-)"')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user