Skip to main content

How to Grab Someone's IP Address ?

How to Grab Anyone's IP Address?

IP Address is abbreviated as Internet Protocol Address which is a unique address for all the users present on the internet. Whenever we visit any domain or click any link /images on the internet, our public IP address is being shared that source. But what if, we want someone’s IP address intentionally or we want to track someone.

So in this blog I will show you how you can easily grab anyone’s IP Address just within a few steps.

To grab IP address I will be using an online Web Application named Grabify IP Logger. It is an online tool that is used for IP Lookup. Before beginning with the tool it is recommended to use browser proxy or VPN.


Here we have used browser proxy as you can see in the top-right corner in the image for accessing Grabify. Now we need to register ourselves in this application to use it.

After registration, we have to log in to the application.



After registration and login into the application, we are ready to use it. To grab the victim’s IP we need to create a URL by using which we can grab his IP. For example we want to create a pets link as our bait to embed our own link into it. For this we need to take the original pet website or image link and paste it in the entry box and click on “Create URL” as shown in the image.

When you will click on the button Create URL you will be asked for captcha verification. Complete that verification you will be directed to the link information page which comes with few options for your link customization



Here in this image, you can see a bunch of options are available like New URL, Other Links, Tracking Code, Access link, etc. Among these options the link which you have to send to the victim is New URL but by-default the domain is grabify.link which can easily be understood by the victim. But this wonderful tool also gives us the freedom to change the domain name to make it look more realistic. Below “Link Information” we can see we have an option of Select Domain Name. Click on that link and select the domain name as per your requirement.



In the image you can see I have replaced the grabify.link domain with some other link that would be more better in my case. Now we need to just send this link to the victim and click on My Links. In My Links page you will be able to see all the created links which you have created. The number of persons who have accessed the link, their IP, ISP, etc information will be visible to you. It is really a very interesting tool for IP Lookup.

This tool also provides a few more options like IP Lookup, URL Expander, Invisible Image Logger and API under tools dropdown.


Now when you visit on My Links page you will see a bunch of trackings code as many URLs you have generated. For every URL you get a tracking code by using which you can track the status of the number of victims and their IP Address.

When I click on the tracking code you can see it is showing RESULTS: 2, which is the count of the victims and below you can see every detail of the victim like, IP Address, Country, User Agent which is actually your web browser which you used,  Hostname and also it provides ISP details related to the victim.

Now you got the IP Address using this wonderful tool Grabbify. Now you can do anything which you want to do with that IP Address.

So in this way we can easily grab anyone’s IP Address just in few steps. I hope you understood how to use Grabbify for grabbing anyone’s IP Address.


Comments

Popular posts from this blog

Containerization Within Container

How to Launch Container within Container? In this article we will see how we can use the Concepts of Docker to achieve Containerization within Container. To launch another container within a running container is quite a tedious task but in this article I will show you how easily you can achieve this by applying right concepts. In this article I will be using few concepts of docker like Dockerfile , mounting volume , mounting port and few basic docker commands . Before starting with the container we need to make sure that Docker is installed and configured in our system. If docker is not configured then you can use my automated script which I made for installing and configuring docker from my GitHub Repository . After setting up with docker now we need launch a container so that we can launch another container inside it to achieve Containerization within container. There are two ways to launch container. By using docker pull command By using Dockerfile In this ...

What is Special Repository in GitHub?

 Github is an open-source platform where developers build projects and can contribute to other open-sourced projects. It is one of the biggest open-source platforms which provides developers free storage to keep their code which can be further used by any other developer if the requirements are similar. Github offers many different features that help organizations and developers for a seamless experience in building applications. Some of its great features are  Github Actions ,  Cloud Storage for storing Codes ,  Github Container Registry , etc. One such feature that is not directly visible is the  Github Special Repository  feature which Github provides for building attractive Github Profiles.  Special Repository The Special Repository in Github allows developers to expose their interests and skills and helps to build a strong profile. It is very simple to create your own Special Repository. To create a special repository just create a new repository ...