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

@@ -11,7 +11,8 @@ module WPScan
WPScan::DebugLog.new(
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