Skip to main content

How to install Metasploit on Ubuntu or Ubuntu (VPS)

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-installer.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 metasploit just press Enter (see image).

  • and it will also ask port just press ENTER. 
  • press Enter again when it ask for local address.
  • After installation is finish....it will look like this..


  To run Metasploit just type in "msfconsole".




thats it you can now use various hacking tools which require your public ip or no-ip host name etc...
hope you enjoyed it ....

NOTE :- you may face some problem in using reverse tcp and setting up lhost...(because here we have set a reverse listner bind address).
see this tutorial how to hack your victim over wan without fortforwading ...(using VPS)..

SEE TUTORIAL


comment below if you are facing any problem..

Comments

  1. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging.
    AWS Online Training

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to create Amazon EC2 (VPS) for Hacking Purpose

How to create Amazon EC2 (VPS) for Hacking Purpose To create EC2 on Amazon you mus have an account on Amazon AWS. You can see my tutorial on creating account on Amazon AWS. → Watch Tutorial Now Steps to create EC2 :- 1. After successful login to your Amazon AWS account Click on Services (seeimage) and then EC2 . 2.Then click on Launch Instance . (see image) 3.On next Page you have to choose AMI (Amazon Machine Image) (See image). 4. There are many AMI. I will recommend to use  Ubuntu Server 16.04 (64-bit) by scrolling the page. 5. Now click SELECT. ...  On next Step 2 , Choose Instance Type (see image)...must select free tier eligible. 6. note:- donot launch it now.... Click on "Next:Configure Instance Details".(important point) 7. Now new page will open. Donot change any think and click next and skip step 4 and 5.     to " Configure Security Group".  (See image). 8.On this page Click on Add Rule (see image). 9.Af...

How To Create Amazon EC2 (VPS) Virtual Private Server For Free

How To Create Amazon EC2 (VPS) Virtual Private Server For Free . What is VPS ?   A   virtual private server   ( VPS ) is a   virtual machine   sold as a service by an   Internet hosting service . A VPS runs its own copy of an operating system, and customers may have  superuser -level access to that operating system instance, so they can install almost any software that runs on that OS. For many purposes they are functionally equivalent to a  dedicated physical server , and being software-defined, are able to be much more easily created and configured. They are priced much lower than an equivalent physical server. However, as they share the underlying physical hardware with other VPSs, performance may be lower, depending on the workload of any other executing virtual machines. Requirements:- Gmail Account Mobile Number (for verification) Debit Card or Credit Card (for ₹2.00 transaction to verify,which will be refunded after...