Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Created February 12, 2020 18:03
Show Gist options
  • Select an option

  • Save rakibulinux/ec0b66e08c0c6e0727f3d712f4fb11ec to your computer and use it in GitHub Desktop.

Select an option

Save rakibulinux/ec0b66e08c0c6e0727f3d712f4fb11ec to your computer and use it in GitHub Desktop.
Installing Metasploit on Ubuntu 18.04 LTS
#!/bin/bash
sudo apt update
sudo apt upgrade
#Download Metasploit Combined Installer
wget https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run
chmod +x metasploit-latest-linux-x64-installer.run
sudo ./metasploit-latest-linux-x64-installer.run
#Visit with Domain and Port:
https://localhost:3790/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment