diff --git a/wpscan.rb b/wpscan.rb index 8e8b095a..e33a4ad5 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -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