mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Fixes bug that prevented the script to generate a vulnerability report. Closes #1220
This commit is contained in:
@@ -74,6 +74,6 @@ to bypass the removal of "../" directory traversal sequences.
|
||||
if detection_session and detection_session.status == 200 then
|
||||
vuln.state = vulns.STATE.EXPLOIT
|
||||
stdnse.debug1(detection_session.body)
|
||||
return vuln_report:make_output(detection_session.body)
|
||||
return vuln_report:make_output(vuln)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user