Add some references to interesting findings
This commit is contained in:
@@ -11,7 +11,8 @@ module WPScan
|
|||||||
|
|
||||||
WPScan::DebugLog.new(
|
WPScan::DebugLog.new(
|
||||||
target.url(path),
|
target.url(path),
|
||||||
confidence: 100, found_by: DIRECT_ACCESS
|
confidence: 100, found_by: DIRECT_ACCESS,
|
||||||
|
references: { url: 'https://codex.wordpress.org/Debugging_in_WordPress' }
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -14,7 +14,8 @@ module WPScan
|
|||||||
target.url(path),
|
target.url(path),
|
||||||
confidence: 100,
|
confidence: 100,
|
||||||
found_by: DIRECT_ACCESS,
|
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
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user