output path

This commit is contained in:
Christian Mehlmauer
2015-05-21 23:16:33 +02:00
parent 8db06d37d2
commit 7a54ac62d6
2 changed files with 6 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ def main
end
if wp_target.has_full_path_disclosure?
puts warning("Full Path Disclosure (FPD) in: '#{wp_target.full_path_disclosure_url}'")
puts warning("Full Path Disclosure (FPD) in '#{wp_target.full_path_disclosure_url}': #{wp_target.full_path_disclosure_data}")
end
if wp_target.has_debug_log?