Skip to content

The IP Information Gathering Tool is a fast, lightweight, and efficient Python script that retrieves detailed information about an IP address.

Notifications You must be signed in to change notification settings

hackerattack99/adv-ip-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

🌍 ADVANCE IP Information Gathering Tool

GitHub repo size
GitHub last commit
GitHub license
Python
Version


🚀 Overview

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.


🔥 Features

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.


📦 Installation

🔹 Step 1: Clone the Repository

git clone https://github.com/hackerattack99/IP-Info-Tool.git
cd IP-Info-Tool

🔹 Step 2: Install Required Dependencies

pip install -r requirements.txt

🎯 Usage

🔹 Run the script interactively:

python ip_info.py

🔹 Fetch IP details directly via command-line argument:

python ip_info.py 8.8.8.8

🔹 Resolve a domain to its IP and get details:

python ip_info.py example.com

📌 Example Output

=============================================
       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.

⚠️ Disclaimer

🚨 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!


🤝 Contributions & Issues

💡 Found a bug? Want to add new features? Feel free to open an issue or submit a pull request!


👨‍💻 Author

👤 Developed by hackerattack99
🔗 GitHub: hackerattack99


About

The IP Information Gathering Tool is a fast, lightweight, and efficient Python script that retrieves detailed information about an IP address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages