Update wpscan.rb

This commit is contained in:
Peter van der Laan
2013-10-11 14:40:00 +02:00
parent ed3c05c13d
commit 2d3cfb2952

View File

@@ -184,7 +184,7 @@ def main
if wp_theme = wp_target.theme
puts
# Theme version is handled in #to_s
puts green('[+]') + " The WordPress theme in use is #{wp_theme}"
puts green('[+]') + " The WordPress theme in use: #{wp_theme}"
wp_theme.output
end