Metasploit PostgreSQLデータベースの初期化

提供: セキュリティ
2016年1月11日 (月) 16:28時点におけるDaemon (トーク | 投稿記録)による版 (ページの作成:「Metasploit では、PostgreSQL データベースを利用します。データベースの初期化のやり方を説明します。 '''読み方''' ;Metasploit...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索
スポンサーリンク

Metasploit では、PostgreSQL データベースを利用します。データベースの初期化のやり方を説明します。

読み方

Metasploit
めたすぷろいと

概要

Metasploitで利用する msf のデータベースを作成します。

インストール

msfdb init

使い方

以下は、Kali Linuxでの例です。

root@kali:~# msfdb init
Creating database user 'msf'
Enter password for new role: 
Enter it again: 
Creating databases 'msf' and 'msf_test'
Creating configuration file in /usr/share/metasploit-framework/config/database.yml
Creating initial database schema

関連項目




スポンサーリンク