Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 2.32 KB

README.md

File metadata and controls

54 lines (45 loc) · 2.32 KB

Reverse DNS Lookup Tool

Reverse DNS Lookup

Overview

Reverse DNS Lookup Tool is a GUI-based application designed for performing reverse DNS lookups, allowing users to retrieve hostnames from IP addresses or domains. Built with Python and the Tkinter library, this tool provides a simple, user-friendly interface for quick lookups and result viewing.

Features

  • User-Friendly GUI: A clean and intuitive interface using Tkinter for seamless user experience.
  • Reverse DNS Lookup: Enter an IP address or domain name to retrieve associated hostnames.
  • Detailed Output: Results display in a scrollable text area with options for clearing and re-entering inputs.
  • Custom Styling: The tool is themed for readability with a dark background and clear white text.
  • Standalone Executable: Distributed as a standalone .exe for Windows, making installation simple without needing Python pre-installed.

Requirements

  • Platform: Windows (This tool is optimized for Windows and currently supports Windows environments only).
  • Python Version: Python 3.10 or later (if not using the executable version).
  • Modules: Ensure you have the following Python modules:
    • tkinter (for GUI)
    • Any additional libraries used (add specifics here if applicable)

Installation and Usage

  1. Download the Executable (if available):

    • Download KUDDA.exe from the Releases section on GitHub.
    • Run KUDDA.exe to start the application immediately.
  2. Manual Setup with Python:

    • Clone the repository:
      git clone https://github.com/ThiyansaRavidu/Revers-DNS-Lookup.git
    • Navigate to the project directory:
      cd Revers-DNS-Lookup
    • Install dependencies (if any specific modules are needed):
      pip install -r requirements.txt
    • Run the application:
      KUDDA.exe

How to Use

  1. Launch the application.
  2. Enter an IP address or domain name in the provided text box.
  3. Click "Perform Lookup" to view associated hostname(s).

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests for any improvements or new features.

License

This project is licensed under the MIT License.