[Quick Install] Metasploit Framework on Linux System

Script (From Rapid-7 – Metasploit’s Owner)

curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && \
chmod 755 msfinstall && \
./msfinstall

During this Summer semester at my university, I have a project in Malware Analysis, and I have to build a Linux Server with Metasploit Framework. Going around on Google for searching installing tutorial, I feel a little bit stuck.

Yes… I got stuck because of unsuccessful install and I don’t know why I failed. Luckily, while I was in the very dark time, I found the script above that could be very helpful for me… and for anyone who wants to install Metasploit Framework automatically without error. Very simple and effective.

Continue reading “[Quick Install] Metasploit Framework on Linux System”