ちょっと mac で使いたかったのでインストール手順のメモ。
% curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
これでインストールできるので、あとは path を通すだけ。
% echo 'export PATH="/opt/metasploit-framework/bin:$PATH"' >> ~/.zshrc
% exec $SHELL
path を通したら起動してみる。
% msfconsole
めでたし。