1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Avoid blank output from http-fileupload-exploiter

This commit is contained in:
dmiller
2016-06-26 04:15:16 +00:00
parent 822b2d593a
commit c6be42d88b

View File

@@ -326,5 +326,7 @@ action = function(host, port)
index = 1
end
end
return returntable
if next(returntable) then
return returntable
end
end