An open API service indexing awesome lists of open source software.

https://github.com/boloto1979/infoscope

Domain monitoring and analysis tool. With InfoScope, you can look up WHOIS information, find a domain's IP address, and even monitor connections to a specific server. Explore domain details and track connections simply and effectively.
https://github.com/boloto1979/infoscope

cibersecurity ip pyhton whois

Last synced: about 2 months ago
JSON representation

Domain monitoring and analysis tool. With InfoScope, you can look up WHOIS information, find a domain's IP address, and even monitor connections to a specific server. Explore domain details and track connections simply and effectively.

Awesome Lists containing this project

README

          

# InfoScope - Domain Monitoring and Analysis Tool

![Demonstration](./img/img.png)

Domain monitoring and analysis tool. With InfoScope, you can look up WHOIS information, find a domain's IP address, and even monitor connections to a specific server. Explore domain details and track connections simply and effectively.

## Features

- Perform WHOIS lookups to gather domain registration information.
- Retrieve the IP address associated with a domain.
- Monitor incoming connections on a specified server and port.
- Interactive command-line interface for easy interaction.

## Getting Started

1. Clone this repository to your local machine.

2. Install the required dependencies using the following command:

```
pip install -r requirements.txt
```

3. Run the program using the following command:

```
python3 infoscope.py
```

## Disclaimer

This tool is intended for educational and experimental purposes only. Use responsibly and ensure that you have proper authorization before monitoring or analyzing any server or domain.