Add some references to interesting findings

This commit is contained in:
Ryan Dewhurst
2018-11-22 15:04:43 +01:00
parent 3039218c40
commit 4884defaed
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ module WPScan
target.url(path),
confidence: 100,
found_by: DIRECT_ACCESS,
interesting_entries: fpd_entries
interesting_entries: fpd_entries,
references: { url: 'https://www.owasp.org/index.php/Full_Path_Disclosure' }
)
end
end