mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +00:00
Lua 5.2 fixed from Daniel Miller.
http://seclists.org/nmap-dev/2012/q2/525
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user