Be more verbose when no version can be detected

This commit is contained in:
Christian Mehlmauer
2014-09-01 20:00:59 +02:00
parent 03618f38b5
commit e937906647

View File

@@ -201,6 +201,9 @@ def main
if wp_version = wp_target.version(WP_VERSIONS_FILE)
wp_version.output(wpscan_options.verbose)
else
puts
puts "#{blue('[i]')} WordPress version can not be detected"
end
if wp_theme = wp_target.theme