sudo apt update
sudo apt dist-upgrade
sudo apt autoremove
cd /tmp
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
chmod +x msfinstall
sudo ./msfinstall
msfdb init
msfconsole
sudo msfupdate
Last active
March 24, 2026 10:31
-
-
Save Yuma-Tsushima07/ae76646fb0153db52af1bf6b5809e7e7 to your computer and use it in GitHub Desktop.
How to Install Metasploit on Linux?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
works like a charm!, thanks a lot