How to get someone’s Name and Address from their IP address?
Well you can get the IP address of the person you are chatting too on MSN or Yahoo, but there is a little more you
have to do. Ask the person to send a file to you or vica versa through the send file option of the IM. Then while the file is being transferred you can open the DOS Prompt and type netstat -n and get the listings of all the connections and ports opened from your system to any system or server on the net.
.
How to Get IP Address while Chatting
Getting IP address of someone is not a big task, But in this post i will show you how to get someone Ip address using PHP script. This trick works in Facebook and yahoo Chat.
Just follow these simple Steps:
Step 1:
Open Notepad Copy this Code & save it with nameblackbackhacker.php
<?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);
?>
Step 2:
Make an account on any Free or premium Web-Hosting site.
Step 3:
Upload Cheers4all.php to your web hosting Site
Step 4:
Copy Link of this uploaded file & send it to victim.
Step 5:
As the Victims Click on your Link, His IP will be saved in your Web-hosting account
How to Get IP from Email Address:
In order to get IP address from an email address, follow these simple steps
.
Step 1:
To find the IP of an Email address, open your email clientIn the message’s headers look for the stuff like keyboard will explores a message.
.
Step 2:
Show Header >> View menuSelect option and view extended headers which shows new information.Now the Received portion will be shown, and the IP address is described here.Select this IP and copy it to clipboard, e.g 66.220.144.152
.
Step 3:
We will check though this IP is accurate or not. Open the Cmd console, but we are not doing Ping testNow run a whois check. Type >> whois 66.220.144.152 & press enter.
.
.
Step 4:
The whois info will be sent to database. Results with registered information of that IP address.So we can verify that this message was sent from Facebook, Because we have every Domain registration full address.
.
Step 5:
By using alternative lookup will not need to use terminal or either might not be loaded on your computer. Internet lookup is like using ip-lookup, which gives you the same info as whois lookup does.
Firstly, Thanks for all the useful insights. I would like to thank you for putting emphasis on how relevancy playing a big role in hosting industry. I appreciate your hard work. Keep posting new updates with us.
ReplyDelete