Skip to content

Instantly share code, notes, and snippets.

@Yuma-Tsushima07
Last active March 24, 2026 10:31
Show Gist options
  • Select an option

  • Save Yuma-Tsushima07/ae76646fb0153db52af1bf6b5809e7e7 to your computer and use it in GitHub Desktop.

Select an option

Save Yuma-Tsushima07/ae76646fb0153db52af1bf6b5809e7e7 to your computer and use it in GitHub Desktop.
How to Install Metasploit on Linux?
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
@s3b4st14nm

Copy link
Copy Markdown

works like a charm!, thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment