mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Fixes #379. Script was not reporting the NOT_VULN state correctly
This commit is contained in:
parent
f38b959593
commit
363397b948
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue