God's Eye is a simple yet powerful tool that allows you to locate the geographical location of any IP address using public IP geolocation APIs and visualize the location on Google Maps instantly.
Whether you're a cybersecurity enthusiast, ethical hacker, or just curious, God's Eye is your go-to utility for quickly tracing IP addresses with ease.
- ✅ Real-time IP geolocation
- ✅ Google Maps integration
- ✅ Simple CLI interface
- ✅ Works on any Linux machine
- ✅ Lightweight and fast
-
Clone the repository:
git clone https://github.com/dellano54/Gods-eye.git cd Gods-eye/ -
Give execution permission and run the installer:
sudo chmod +x install.sh sudo ./install.sh
gods-eye <ip_address>Example:
gods-eye 8.8.8.8Help:
gods-eye --helpIP: 8.8.8.8
Status: success
City: Mountain View
ISP: Google LLC
Latitude: 37.4056
Longitude: -122.0775
Country: United States
Region: California
Zip: 94043
AS: AS15169 Google LLC
Google Maps will open automatically showing the location of the IP address.
- Language: Python 3
- API used: ip-api.com
- Maps: Google Maps search with latitude and longitude
God's Eye uses publicly available APIs for educational and ethical purposes only. The accuracy of location data may vary, and we do not encourage using this tool for any malicious or unauthorized activities.
Developed with ❤️ by Dellano54
