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 '.........'