From 872bbdb8e0c543ea676521f22593c4fa8e77f4b3 Mon Sep 17 00:00:00 2001 From: Christian Mehlmauer Date: Tue, 1 Aug 2017 18:19:03 +0200 Subject: [PATCH] more output --- lib/common/common_helper.rb | 2 +- wpscan.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 56ae8d8d..34a158b5 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -30,7 +30,7 @@ LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update') MIN_RUBY_VERSION = '2.1.9' -WPSCAN_VERSION = '2.9.3' +WPSCAN_VERSION = '2.9.4-dev' $LOAD_PATH.unshift(LIB_DIR) $LOAD_PATH.unshift(WPSCAN_LIB_DIR) diff --git a/wpscan.rb b/wpscan.rb index 3673e824..9812e15f 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -501,6 +501,7 @@ def main puts critical(e.message) if e.file + puts critical("Current Version: #{WPSCAN_VERSION}") puts critical('Downloaded File Content:') puts e.file[0..500] # print first 500 chars puts '.........'