Add message when connecting via yaml

GSoC/Meterpreter_Web_Console
James Barnett 2018-08-31 16:13:17 -05:00
parent a413b27e57
commit 185fe56e82
No known key found for this signature in database
GPG Key ID: 647983861A4EC5EA
1 changed files with 1 additions and 0 deletions

View File

@ -1802,6 +1802,7 @@ class Db
if (::File.exist? file)
db = YAML.load(::File.read(file))['production']
framework.db.connect(db)
print_line('Connected to the database specified in the YAML file.')
return
end
end