Metasploit 使用技巧汇总
msf 升级更新
msf本身不支持内部更新,需要用apt、yum update后安装更新。
# Ubuntu apt-get install metasploit-framework -y # Centos yum install metasploit-framework -y

msf加载最新的payload/exp
升级msf版本并不会更新刚出的exp。
可以直接从 github 上git clone 最新的版本下来。
git clone https://github.com/rapid7/metasploit-framework.git msfconsole -m ./metasploit-framework/modules/
