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.
# File lib/wpscan/modules/wp_readme.rb, line 8 def has_readme? response = Browser.instance.get(readme_url()) unless response.code == 404 response.body =~ %{wordpress} end end
Generated with the Darkfish Rdoc Generator 2.