mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Lua 5.2 fixed from Daniel Miller.
http://seclists.org/nmap-dev/2012/q2/525
This commit is contained in:
parent
a04314beaa
commit
aa6717eb1f
18 changed files with 36 additions and 34 deletions
|
|
@ -60,7 +60,7 @@ action = function(host, port)
|
|||
return
|
||||
end
|
||||
|
||||
if not string.match(result, "^....[%z]+\002") then
|
||||
if not string.match(result, "^....[\0]+\002") then
|
||||
socket:close()
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue