1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Fixes #379. Script was not reporting the NOT_VULN state correctly

This commit is contained in:
paulino
2016-05-16 15:11:32 +00:00
parent f38b959593
commit 363397b948

View File

@@ -176,6 +176,6 @@ cause a denial of service condition.
vuln.state = vulns.STATE.EXPLOIT
results.name = "8.3 filenames found:"
vuln.extra_info = stdnse.format_output(true, results)
return vuln_report:make_output(vuln)
end
return vuln_report:make_output(vuln)
end