Add updated error message

This commit is contained in:
Matthew Dunn
2021-10-19 07:09:46 -04:00
parent faa33ab238
commit b5ea7efdf7
+1 -1
View File
@@ -292,7 +292,7 @@ module Auxiliary::Report
}.merge(opts)
vuln = framework.db.report_vuln(opts)
if vuln.nil?
print_error("Failed to report vuln for #{opts[:host]}:#{opts[:port]}")
print_error("Failed to report vuln for #{opts[:host]}:#{opts[:port]} to the database")
return
end
# add vuln attempt audit details here during report