Clearer instructions

This commit is contained in:
ethicalhack3r
2016-06-23 13:40:15 +02:00
parent 943bfc39b3
commit f9b545b100
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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