The IP Information Gathering Tool is a fast, lightweight, and efficient Python script that retrieves detailed information about an IP address, including:
✔️ Geolocation (City, Country, Region, ISP, Timezone, etc.)
✔️ Hostname and Network Provider
✔️ Google Maps link for precise location
✔️ Formatted & colorized output for readability
✔️ Error handling for invalid input and connection issues
🛠️ Built with: Rich
, Colorama
, and Requests
for a visually appealing command-line experience.
✅ Accurate & Reliable – Fetches data from trusted APIs.
✅ User-Friendly Output – Uses Rich
tables for structured display.
✅ Fast Execution – Optimized for quick information retrieval.
✅ Google Maps Link – Easily visualize the IP location.
✅ Supports Direct IP & Domain Resolution – Convert domains to IP addresses.
✅ Error Handling – Detects invalid input & network issues gracefully.
git clone https://github.com/hackerattack99/IP-Info-Tool.git
cd IP-Info-Tool
pip install -r requirements.txt
python ip_info.py
python ip_info.py 8.8.8.8
python ip_info.py example.com
=============================================
Hacker.Tools.Kail - IP Information
Version: 1.02 | Owner: hackerattack99
=============================================
[*] Fetching IP info for: 8.8.8.8
📡 Hostname:
dns.google
🌍 Geolocation:
IP: 8.8.8.8
City: Mountain View
Region: California
Country: US
ISP: Google LLC
🗺️ Google Maps Link:
https://www.google.com/maps?q=37.386,-122.084
[*] IP info retrieval completed.
🚨 This tool is for educational and ethical use only. Unauthorized use may be illegal.
The author (hackerattack99) is not responsible for any misuse of this tool. Use responsibly!
💡 Found a bug? Want to add new features? Feel free to open an issue or submit a pull request!
👤 Developed by hackerattack99
🔗 GitHub: hackerattack99