mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Avoid blank output from http-fileupload-exploiter
This commit is contained in:
parent
822b2d593a
commit
c6be42d88b
1 changed files with 3 additions and 1 deletions
|
|
@ -326,5 +326,7 @@ action = function(host, port)
|
|||
index = 1
|
||||
end
|
||||
end
|
||||
return returntable
|
||||
if next(returntable) then
|
||||
return returntable
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue