Discover any error_log files created by WordPress These are created by the WordPress error_log() function They are normally found in the /plugins/ directory, however can also be found in their specific plugin dir. www.exploit-db.com/ghdb/3714/
# File lib/wpscan/wp_plugin.rb, line 31 def error_log? response_body = Browser.instance.get(error_log_url(), :headers => { "range" => "bytes=0-700"}).body response_body[%{PHP Fatal error}] ? true : false end
Generated with the Darkfish Rdoc Generator 2.