emenmousavi / reverse_ip_lookup

letsreverse demonstrates effective retrieval of reverse DNS and IP information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Information Lookup

Header

This Python script allows you to retrieve detailed information about an IPv4 or IPv6 address, including reverse DNS, ISP, country, region, and whether it's a private IP.

Prerequisites

Before running the script, you need to install the required Python libraries. You can install them using pip:

pip install ipinfo colorama tabulate

Note

You need to have IPinfo API Access key to run this program

About

letsreverse demonstrates effective retrieval of reverse DNS and IP information.


Languages

Language:Python 100.0%