我想在运行内核 4.6 的 ubuntu 16.04 LTS 笔记本电脑上安装 metasploit 和 armitage
我已经阅读了有关如何安装它的博客和帖子,但问题是它们已经过时了。软件包不再存在,或者命令不起作用。
如果有人能给我一个关于如何安装它的更新教程,那就太好了。我也认为看到这篇文章并想要安装它的其他用户也会感激不尽。谢谢。
小智 10
这是一篇博客文章(未经测试,但声明它适用于 16.04):http ://www.darkoperator.com/installing-metasploit-in-ubunt/
或者
安装 metasploit 您可以使用自动安装程序:
64 位:
wget https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run && wget https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run.sha1 && echo $(cat metasploit-latest-linux-x64-installer.run.sha1)' 'metasploit-latest-linux-x64-installer.run > metasploit-latest-linux-x64-installer.run.sha1 && shasum -c metasploit-latest-linux-x64-installer.run.sha1 && chmod +x ./metasploit-latest-linux-x64-installer.run && sudo ./metasploit-latest-linux-x64-installer.run
Run Code Online (Sandbox Code Playgroud)
(对于 32 位版本,相同的命令,但从文件名/url 中删除“-x64”)
这应该在虚拟机上运行,不要忽略 ssl 错误/哈希校验和(使用上述脚本检查两者以确保下载的文件来自 metasploit.com)。
如果 wget 失败,请确保您使用的是 wget-ssl。
小智 -1
您可以直接从他们的网站下载 Metasploit 的免费版本:http://www.rapid7.com/products/metasploit/editions.jsp
或者,从 GitHub 安装 Katoolin。这个脚本可以让你安装 Kali Linux 中提供的所有工具。它有一个非常简单和良好的用户指南,也有许多 YouTube 视频解释其使用。
https://github.com/LionSec/katoolin
归档时间: |
|
查看次数: |
77001 次 |
最近记录: |