Continue if user chooses not to update + db exists
This commit is contained in:
@@ -59,10 +59,12 @@ def main
|
||||
puts 'Scan aborted'
|
||||
exit(1)
|
||||
else
|
||||
puts critical('You can not run a scan without any databases.') if missing_db_file?
|
||||
if missing_db_file?
|
||||
puts critical('You can not run a scan without any databases.')
|
||||
exit(1)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
if wpscan_options.update
|
||||
puts notice('Updating the Database ...')
|
||||
|
||||
Reference in New Issue
Block a user