Ubuntu 14.04 安装 Metasploit

0x01

下载Metasploit

64位系统
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run

32位系统
wget http://downloads.metasploit.com/data/releases/metasploit-latest-linux-installer.run

0x02

设置为可执行文件

64位系统
chmod +x /path/to/metasploit-latest-linux-x64-installer.run

32位系统
chmod +x /path/to/metasploit-latest-linux-installer.run

0x03

执行安装

64位系统
sudo /path/to/metasploit-latest-linux-x64-installer.run

32位系统
sudo /path/to/metasploit-latest-linux-installer.run

0x04

一路按回车

via Sourcedigit