metasploit은 kali linux에 기본적으로 설치되어있지만 혹여나 Cent OS 혹은 Ubuntu에서 설치되어야 한다면 아래와 같이 하면된다.
https://www.metasploit.com/download
들어가면 github에 들어가라고하는데 여기서 아래 명령어를 복사 한뒤 터미널 창에 붙여넣기하면 자동으로 패키지 설치까지 완료된다.
스크립트 내용을 보면 cent,ubuntu 상관없이 rpm,deb 파일등으로 나뉘기 때문에 문제없을것이다.
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
chmod 755 msfinstall && \
./msfinstall
알아서 촤차착 된다. rpm 설치 까지…
설치가 완료되면 msfconsole로 실행