From ef27c980565c8aab3a9594c35337fcd235c8e53b Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 17 Sep 2014 18:39:58 +0200 Subject: [PATCH] Little output change and coloring --- wpscan.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpscan.rb b/wpscan.rb index a18a304b..5672183a 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -44,9 +44,9 @@ def main ) if wpscan_options.update || missing_db_file? - puts 'Updating the DB ...' + puts "#{blue('[i]')} Updating the Database ..." DbUpdater.new(DATA_DIR).update(wpscan_options.verbose) - puts 'Done.' + puts "#{blue('[i]')} Update completed." end unless wpscan_options.url