系統版本:MacOS Monterey 12.2.1(M1)
安裝
使用官方給的命令安裝:
https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers
1 curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \ 2
3 chmod 755 msfinstall && \ 4
5 ./msfinstall
然后進入/opt/metasploit-framework/bin/msfconsole從終端窗口啟動./msfconsole
安裝完成。
使用
版本
查詢掃描模塊
使用並設置模塊
執行
設置快捷方式
編輯添加如下命令,保存退出后source ~/.bash_profile #使得配置生效
之后只要打開終端輸入msf即可啟動。
設置參考https://www.cnblogs.com/Yuuki-/p/14764682.html
2022-03-14 16:02:16