Steal Someones IP by IMAGE! |By MR:47{XYBER SHEIKH}

Starting on the name of My god "Allah" the most beneficent the most merciful!

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);
?>

Now in the end put a image with MR47.png in the same folder and change the permission for GrabberMR47.jpg to 755 you are ready with your IP grabber.
The image grabbed your victims IP when He visited The Image
Chect IP_List.txt for IP :)

Thanks for reading.

Happy Hacking


BY MR:47{XYBER SHEIKH}

No comments: