Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.63 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.63 KB

IP TRK V 1.0

IP TRK is a simple tool to retrieve information about an IP address and track it. It offers options to track your own IP, a specific IP address, and manage logs.

Features

  • Track My IP: Fetches and displays information about your current IP address.
  • Specific IP: Allows you to enter a specific IP address and retrieves detailed information about it.
  • Logs Settings:
    • Clear Logs: Clears the logs file where tracked IP information is stored.
    • Count IPs Tracked: Counts the number of IP addresses tracked and displays the count.
    • Upload Logs to Discord WebHook: Uploads the logs file to a specified Discord WebHook URL.

Installation

  1. For Linux:
    git clone https://github.com/14627s/IP-TRK-Tool.git
    cd IP-TRK
    pip install -r requirements.txt
    python3 iptrk.py
  2. For Windows
    
    Download the compressed file and decompress it
    Open it & press on the install.bat to install automatically the requirements
    run the iptrk.py using Python
    

image image

Ethical Use Statement

This tool retrieves basic information about IP addresses for purposes such as network diagnostics and geolocation services. It does not gather sensitive personal data or perform any invasive actions. Users are expected to use the tool responsibly, respect privacy rights, and comply with all applicable laws and regulations.