This Python script allows you to input an IP address and retrieve the associated domains using the Reverse IP Domain API.
- 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.
- Python 3.x
curlcommand installed
- Clone the repository:
git clone https://github.com/arcel1945/reversel
- Navigate into the directory:
cd reversel - Install the libraries:
pip install -r requirements.txt
- Run the script:
python main.py