Skip to content

JackKD8/reversel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Reverse IP Domain Tool

This Python script allows you to input an IP address and retrieve the associated domains using the Reverse IP Domain API.

Features

  • Input any IP address.
  • Retrieve the domains associated with the IP.
  • Display the results in the terminal.
  • Save the results in a text file named after the IP address.

Requirements

  • Python 3.x
  • curl command installed

Installation

  1. Clone the repository:
     git clone https://github.com/arcel1945/reversel
  2. Navigate into the directory:
    cd reversel
  3. Install the libraries:
    pip install -r requirements.txt
  4. Run the script:
    python main.py

About

Grab domain by ip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages