# File lib/wpscan/modules/wp_full_path_disclosure.rb, line 27deffull_path_disclosure_url@uri.merge("wp-includes/rss-functions.php").to_send
has_full_path_disclosure?()click to toggle source
Check for Full Path Disclosure (FPD)
# File lib/wpscan/modules/wp_full_path_disclosure.rb, line 22defhas_full_path_disclosure?response = Browser.instance.get(full_path_disclosure_url())
response.body[%{Fatal error}]
end