jituTechnology

jituTechnology

>How to Hack/Trace IP Address of Any Victims

>

Do you want to trace the IP address of the people or your friends? If yes, I am going to describe the very easy way for hacking/tracing IP address of any people. In this post I will be writing you simple php scripts for tracing the IP address of a victim’s people. This is the easiest method I got and so I am writing for you friends.

A PHP script is below!
               
<?php
$hostname = gethostbyaddr($_SERVER[‘REMOTE_ADDR’]);
$img_number = imagecreate(400,95);
$backcolor = imagecolorallocate($img_number,10,102,153);
$textcolor = imagecolorallocate($img_number,255,255,255);
imagefill($img_number,0,0,$backcolor);
$number0 = ” This is Your IP/Proxy”;
$number1 = ” IP: $_SERVER[HTTP_X_FORWARDED_FOR]“;
$number2 = ” Host/Proxy: $hostname”;
$number4 = ” _________________________________”;
Imagestring($img_number,10,5,5,$number0,$textcolor);
Imagestring($img_number,10,5,25,$number1,$textcolor);
Imagestring($img_number,10,5,45,$number2,$textcolor);
Imagestring($img_number,10,5,50,$number4,$textcolor);
Imagestring($img_number,10,8,50,$number4,$textcolor);
Imagestring($img_number,10,5,10,$number4,$textcolor);
Imagestring($img_number,10,8,10,$number4,$textcolor);
header(“Content-type: image/png”);
imagepng($img_number);
$file=fopen(“Name-here-to-protect-the-File.txt”,”a”);
$file2 = “- IP joined – IP/Proxy: $_SERVER[HTTP_X_FORWARDED_FOR] – Host:
$hostname – ‘\n’ “;
fwrite($file, $file2);
fclose($file);
?>
So no you need to copy the above PHP scripts on the notepad and save as “ip.php” without quotes.
Now you all need to do is upload to any free hosting sites which support php scripts, I would recommend you to upload on www.ripway.com .
Now just ask your friends or victims to click that link and you are done.
As soon as the victims click on the link IP will be grabbed into a text file in the free hosting sites on which you have uploaded your php script.
Give the link to victim, as soon as the victim clicks on the link IP will be grabbed into a text file in the free hosting site.
This hacking is for grabbing IP address works only if the victims have the static IP address, this will not work if a victims have the dynamic IP address.
Happy Hacking!!!!
Note: This hacking is just for the educational purpose. Please don’t misuse this ethical hacking. This hacking may be social or cyber-crime in your locality. So if you misuse it we will not be responsible for any kind of loss.
Add a comment

Comments (3)

  1. JackSeptember 3, 2011 Reply
    >Wow!! its great tricks to grab somebody, ip address!! Hey please write an article about hiding IP address of self computer, please i need it!!!
    Thanks!
    regards
    Jack
  2. Jitendra (Author)September 3, 2011 Reply
    >@Jack, Thanks for your feedback. There various software available in which can hide your IP address, like Hidemyip is one of them, though very soon i will writing an article on Hiding IP.
  3. rishiDecember 1, 2011 Reply
    >how it is work …tel me that?

Add a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.



Connect with Me

GPO 8973 NPC 541; Kathmandu Nepal
Phone: +977 9851236800

Calendar

April 2024
S M T W T F S
 123456
78910111213
14151617181920
21222324252627
282930