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