Skip to content

A lightweight Python utility for gathering information about an IPv4 or IPv6 address. This tool performs hostname resolution, identifies if the IP is private or public, collects local OS info, fetches geolocation data via ipapi.co, and generates a clickable Google Maps link.

Notifications You must be signed in to change notification settings

kinhal/ipscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IP Analysis Tool

A lightweight Python utility for gathering information about an IPv4 or IPv6 address. This tool performs hostname resolution, identifies if the IP is private or public, collects local OS info, fetches geolocation data via ipapi.co, and generates a clickable Google Maps link. (by Kin)


Requirements

  • Python 3.x
  • External Python packages:
    • colorama
    • requests

Install dependencies with:

pip install -r requirements.txt

About

A lightweight Python utility for gathering information about an IPv4 or IPv6 address. This tool performs hostname resolution, identifies if the IP is private or public, collects local OS info, fetches geolocation data via ipapi.co, and generates a clickable Google Maps link.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages