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?

Metasploitable3を使用する

Posted at

はじめに

Metasploit3を使用する際の備忘録です。

ダウンロード

以下のURLから、構築済みのMetasploit3のovaファイルをダウンロードします。

https://sourceforge.net/projects/metasploitable3-ub1404upgraded/

ダウンロードしたMetasploitable3-ub1404.ovaをVirtualBoxにインポートします。

設定

インポート後に、設定>ネットワークで、アダプター1が「NAT」、アダプター2が「ホストオンリーアダプター」であることを確認します。
構築済みのMetasploit3のアダプター2は、IPアドレスが、172.28.128.3固定なので、起動後に設定変更します。

起動

起動します。
ユーザー名:vagrant
パスワード:vagrant

キーボードレイアウト変更

英語キーボードになっているので、変更します。
sudo dpkg-reconfigure keyboard-configurationを実行
「Generic 105-key PC(intl.)」を選択
「Japanese」を選択
「Japanese」を選択
「The default for the keyboard layout」を選択
「No compose key」を選択。終了

ネットワーク変更

/etc/networkのinterfacesを編集して、アダプター2のDHCPに変更します。

auto eth1
iface eth1 inet dhcp
#iface eth1 inet static
#      address 172.28.128.3
#      netmask 255.255.255.0
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?