Welcome to the IP Scanner Tool! This handy Bash script lets you uncover detailed information about any IPv4 or IPv6 address with ease. Whether you're a network administrator, a security enthusiast, or just curious about IPs, this tool has got you covered!
🔍 IP Address Details: Get comprehensive information about IP addresses, including location, organization, timezone, and more.
⚙️ Easy Updates & Removal: Easily update or remove the tool with built-in options.
💾 Save Results: Automatically save your scan results to neatly organized files in your home directory.
Prepare Your System:
Ensure you have figlet
and Python3
with the requests
module installed. You can install them with the following commands:
pkg install -y python python2 python3 && pkg install figlet -y && pip3 install requests
git clone https://github.com/trmxvibs/IP && cd IP
Make the Script Executable:
chmod +x ip.sh
Run the Script:
./ip.sh
bash ip.sh
🔍 Scan IPv4/IPv6: Enter an IP address to fetch its details.
⬆️ Update Tool: Simulate an update process with a visual progress bar.
🗑 Remove Tool: Completely remove the tool from your system.
❌ Exit: Close the script.
Here’s a sneak peek of the IP Scanner Tool in action:
📚 Example Output When you scan an IP, you'll see detailed information like this:
--- IP Address Details ---
IP Address: 8.8.8.8
Hostname: dns.google
City: Mountain View
Region: California
Country: US
Location: 37.4056,-122.0775
Organization: Google LLC
Postal Code: 94043
Timezone: America/Los_Angeles
Anycast: No
Carrier: N/A
Internet ID: AS15169
----------------------------
Feel free to fork the repository and submit pull requests! If you find any bugs or have feature requests, open an issue to let us know.
This script is provided as-is. No warranties or guarantees are provided. Use at your own risk.
Lokesh Kumar
GitHub Profile