mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fixed errors found by nse_check_globals.
This commit is contained in:
parent
14dc780226
commit
5ac6c7d64a
109 changed files with 196 additions and 128 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue