Checks to see if the readme.html file exists
This file comes by default in a wordpress installation, and if deleted is reinstated with an upgrade.
@return [ Boolean ]
# File lib/wpscan/wp_target/wp_readme.rb, line 11 def has_readme? response = Browser.get(readme_url()) unless response.code == 404 return response.body =~ %{wordpress} ? true : false end false end
Generated with the Darkfish Rdoc Generator 2.