From 2d3cfb29521cbe103b2ccf07012fbd6c3e6d72f9 Mon Sep 17 00:00:00 2001 From: Peter van der Laan Date: Fri, 11 Oct 2013 14:40:00 +0200 Subject: [PATCH] Update wpscan.rb --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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