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.
If you don’t know what Metasploit Framework is… you can learn it here.
In short, Metasploit is a Penetration Testing Software, which will help you pentest your system or attack other systems. Therefore, USE IT WITH RESPONSIBILITY.
Good luck and Have fun with Metasploit.
