我想在运行内核 4.6 的 ubuntu 16.04 LTS 笔记本电脑上安装 metasploit 和 armitage
我已经阅读了有关如何安装它的博客和帖子,但问题是它们已经过时了。软件包不再存在,或者命令不起作用。
如果有人能给我一个关于如何安装它的更新教程,那就太好了。我也认为看到这篇文章并想要安装它的其他用户也会感激不尽。谢谢。
当我尝试通过以下方式打开 metasploit 时
msfconsole
Run Code Online (Sandbox Code Playgroud)
它显示了一个错误
rbenv: version `2.5.1' is not installed (set by /opt/metasploit-framework/.ruby-version)
Run Code Online (Sandbox Code Playgroud)
我试过
rbenv install rbx-2.5.1
Run Code Online (Sandbox Code Playgroud)
它的显示
BUILD FAILED (Ubuntu 16.04 using ruby-build 20160602-19-g0c35180)
Inspect or clean up the working tree at /tmp/ruby-build.20180421085159.19307
Results logged to /tmp/ruby-build.20180421085159.19307.log
Last 10 log lines:
Updating files in vendor/cache
Bundle complete! 5 Gemfile dependencies, 11 gems now installed.
Bundled gems are installed into `./vendor/bundle`
Checking gcc: found
Checking g++: found
Checking bison:./configure:1430:in ``': No such file or directory - bison (Errno::ENOENT)
from …Run Code Online (Sandbox Code Playgroud)