0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Metasploit でdatabaseに接続できない時の処理

Posted at

msf5 >db_status で接続できてない

[*] postgresql selected, no connection
となって、接続できない時の処理です。db-status.png

Postgresqlサービスをupdateして起動

sudo update-rc.d postgresql enable
sudo service postgresql start

そして、Metasploitを起動し、確認する

msfconsole

起動後、

db_status
db-connect.png

解決しました!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?