美文网首页
云服务器安装metasploit

云服务器安装metasploit

作者: CSeroad | 来源:发表于2019-05-26 18:23 被阅读0次

前言

越来越觉着有一台公网渗透机是多么好的一件事。咬牙又在搬瓦工上买了一台基于Debian的公网服务器。

安装metasploit

uname -a
image.png

添加源

vim /etc/apt/sources.list
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
apt-get update 

出现gpg错误
解决办法:

wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add

然后继续

apt-get install metasploit-framework   安装metasploit
update-rc.d postgresql enable          postgresql开机自启
image.png
msfdb  init            连接postgresql数据库
image.png

重新启动

image.png

metasploit安装成功,也可以安装其他常用的渗透工具,比如nmap、sqlmap等等。

相关文章

网友评论

      本文标题:云服务器安装metasploit

      本文链接:https://www.haomeiwen.com/subject/ilenzqtx.html