- Get your IP address.
- Retrieve detailed information about any IP address.
- Information about the Developer.
- Ping an IP address.
- Get the IP address of a website.
- Get your local IP address.
- Perform an Nmap scan on an IP address.
- Perform web application enumeration.
The tool is designed to be run from the command line. It presents a menu where you can select various options to perform different IP-related tasks.
info(ip): Retrieves detailed information about the specified IP address using the ip-api.com API.ping(ip): Sends ICMP echo requests to check the reachability of an IP address.get_website_ip(website): Retrieves the IP address of a specified website using DNS resolution.get_local_ip(): Gets the local IP address of the system by creating a temporary socket connection.clear_screen(): Clears the terminal screen.nmap_scan(ip, arguments=''): Performs an Nmap scan on the specified IP address with optional Nmap arguments.web_app_enum(ip): Performs web application enumeration (placeholder function).
The tool maps user input to specific functions based on the selected menu option, allowing users to execute different tasks related to IP addresses and network scanning.
=================
pkg update && pkgpkg install git pythongit clone https://github.com/Dit-Developers/Dit-IP-Info-cli.gitpip install -r requirements.txtcd Dit-IP-Info-clipython dit-ip-info.py=================
sudo apt update && sudo apt upgrade -ysudo apt install git python3 python3-pip -ygit clone https://github.com/Dit-Developers/Dit-IP-Info-cli.gitcd Dit-IP-Info-clipython dit-ip-info.py
- Python installed on your system. If not, download and install Python from here.
- Git installed on your system. If not, download and install Git from here.
-
Open Command Prompt (cmd) as Administrator:
- Search for "cmd" in the Windows search bar.
- Right-click on "Command Prompt" and select "Run as administrator".
-
Install Required Libraries: Run the following commands in Command Prompt to install the required libraries:
pip install requests pip install python-nmap pip install rich
The tool is developed by DIT-Developers.