Skip to content

Commit

Permalink
remove db_create mention
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvarezz13 authored Apr 8, 2024
1 parent 9982a46 commit 2d819cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/nessus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def valid_policy(*args)

def nessus_verify_db
if !(framework.db && framework.db.active)
print_error('No database has been configured, please use db_create/db_connect first')
print_error('No database has been configured, please use db_connect first')
return false
end
true
Expand Down
2 changes: 1 addition & 1 deletion plugins/nexpose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def commands

def nexpose_verify_db
if !(framework.db && framework.db.usable && framework.db.active)
print_error('No database has been configured, please use db_create/db_connect first')
print_error('No database has been configured, please use db_connect first')
return false
end

Expand Down

0 comments on commit 2d819cb

Please sign in to comment.