mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
Fixes bug that prevented the script to generate a vulnerability report. Closes #1220
This commit is contained in:
parent
3eca5e285c
commit
fc3062b674
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue