Hello,
I wanted to know that I am building a project on which I wanna do experiment which check location of devices from windows os to kali linux, is there any way of doing it?
Help me out, if anyone can.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You can use GEOIP on your Droplet and write a script to locate the location of the IP that’s connecting to your Droplet.
To use GeoIP to locate IPs connected to your Droplet (VPS), you can follow these steps:
This will print out the location information for the IP address ‘8.8.8.8’. You can replace this IP address with any other IP address that you want to locate.
Note that the accuracy of GeoIP location information can vary depending on the specific IP address and the database used. Also, make sure that you comply with any relevant privacy and data protection regulations, and obtain the necessary permissions and consent from the individuals whose IPs you are locating.
Hey @170f55524f1d4ed1b9d5a63cbf,
I’m not sure I fully understand you however, you can try using GEOIP on your Droplet and configure it as a Python script. To use GeoIP to locate IPs connected to your Droplet (VPS), you can follow these steps:
This will print out the location information for the IP address ‘8.8.8.8’. You can replace this IP address with any other IP address that you want to locate.
Note that the accuracy of GeoIP location information can vary depending on the specific IP address and the database used. Also, make sure that you comply with any relevant privacy and data protection regulations, and obtain the necessary permissions and consent from the individuals whose IPs you are locating.