CentOS搭建msf框架

admin 2022年1月6日01:54:18评论239 views字数 477阅读1分35秒阅读模式

centos7安装Metasploit框架

Metasploit应该不用多说了吧?Kali自带、Win和Mac都提供了现成的安装包,不过我莫名的对apt系不感冒,这里记录一下在centos7上安装metasploit框架的步骤,理论上yum系的都应该通用。
首先执行

1
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall

如果网速太慢 ,可以在本地执行,然后通过scp命令上传到服务器。

scp /path/filename username@servername:/path

然后执行

1
2
3

chmod 755 msfinstall
./msfinstall

然后安装postgresql:

1
2
yum install postgresql
yum install postgresql-server

FROM :b0urne.top | Author:b0urne

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2022年1月6日01:54:18
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   CentOS搭建msf框架https://cn-sec.com/archives/722918.html

发表评论

匿名网友 填写信息