# msfconsole

# Tips

# Msfconsoleで cannot load such file — bundler/setup がでる

bundlerを最新に置き換えればよい

sudo gem update --system

sudo gem install bundler:1.17.3
1
2
3
cd /usr/share/metasploit-framework

sudo bundle install
1
2
3

起動できるか確認

msfconsole
1

# exploitを検索する

grep exploit search xxxx
1

# exploitを利用する

use exploit/xxxxx/xxxxxx/xxxxx_xxxx_xxx
1

# exploitのオプションを見る

show options
1