How to install Metasploit on Ubuntu or Ubuntu (VPS) First of all connect to your EC2 Instance . You may see Tutorial On how to create and connect to EC2 (VPS). SEE TUTORIAL. Installing Metasploit :- After connecting to your EC2 just copy and paste the code from below ↓↓↓↓. wget https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run && wget https://downloads.metasploit.com/data/releases/metasploit-latest-linux-x64-installer.run.sha1 && echo $(cat metasploit-latest-linux-x64-installer.run.sha1)' 'metasploit-latest-linux-x64-installer.run > metasploit-latest-linux-x64-installer.run.sha1 && shasum -c metasploit-latest-linux-x64-installer.run.sha1 && chmod +x ./metasploit-latest-linux-x64-ins taller.run && sudo ./metasploit-latest-linux-x64-installer.run Now follow the on Screen instruction and JUST press ENTER and "Y". When ever asked. it will ask you folder to install ...