Little output change and coloring
This commit is contained in:
@@ -44,9 +44,9 @@ def main
|
|||||||
)
|
)
|
||||||
|
|
||||||
if wpscan_options.update || missing_db_file?
|
if wpscan_options.update || missing_db_file?
|
||||||
puts 'Updating the DB ...'
|
puts "#{blue('[i]')} Updating the Database ..."
|
||||||
DbUpdater.new(DATA_DIR).update(wpscan_options.verbose)
|
DbUpdater.new(DATA_DIR).update(wpscan_options.verbose)
|
||||||
puts 'Done.'
|
puts "#{blue('[i]')} Update completed."
|
||||||
end
|
end
|
||||||
|
|
||||||
unless wpscan_options.url
|
unless wpscan_options.url
|
||||||
|
|||||||
Reference in New Issue
Block a user