diff --git a/Gemfile b/Gemfile index ade13860..3f6950f1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'typhoeus', '>=0.8.0' +gem 'typhoeus', '>=1.0.0' gem 'nokogiri', '>=1.6.7.2' gem 'addressable' gem 'yajl-ruby' # Better JSON parser regarding memory usage diff --git a/wpscan.rb b/wpscan.rb index 45466c93..815f0461 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -62,7 +62,7 @@ def main exit(1) else if missing_db_file? - puts critical('You can not run a scan without any databases.') + puts critical('You can not run a scan without any databases. Extract the data.zip file.') exit(1) end end