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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user