WpVersion::Findable specs

This commit is contained in:
erwanlr
2013-03-28 20:48:19 +01:00
parent a7bd5044c4
commit 565bfceb49
97 changed files with 456 additions and 18105 deletions

View File

@@ -169,7 +169,7 @@ def main
exclude_content: wpscan_options.exclude_content_based
}
if wp_version = wp_target.version
if wp_version = wp_target.version(WP_VERSIONS_FILE)
wp_version.output
end