1. Install metaspoit
아래의 링크로 들어가시면 맥에서 gui환경으로 metasploit을 설치할 수 있습니다.
DownLoad2. Start metasploit
/opt/metasploit-framework/bin/msfconsole
3. alias
위 명령은 너무 길기 때문에 alias로 별명을 짓습니다.
alias msfconsole='/opt/metasploit-framework/bin/msfconsole'
그리고 이제 실행해 보시기 바랍니다.