################################################################################################################################################################################################################
################################################################################################################################################################################################################ A Simple Network Tools for IP Network Scanner, Reverse DNS Lookup, and Geolocation build in @Python for @Linux user
Nettools is a collection of simple yet powerful Python scripts designed to help you gather essential network information. Whether you're troubleshooting, analyzing, or just curious about an IP address, Nettools provides quick insights into IP geolocation, reverse DNS lookups, and shared hosting information.
IP Geolocation: Retrieve detailed geolocation information for any IP address, including country, city, ISP, and more.
Reverse DNS Lookup: Find the primary hostname associated with an IP address.
Shared Hosts Lookup: Discover domains sharing the same server (IP address) using third-party APIs.
Host IP Detection: Automatically detect the private and public IP addresses of the host machine.
$ git clone https://github.com/darksq13/Nettools.git
$ cd nettools
$ pip install -r requirements.txt
$ python3 Nettools.py
Enter an IP address (or use the host IP by default).
Choose between private or public IP for analysis.
View geolocation data, reverse DNS results, and shared hosting information.