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.
- Host: GitHub
- URL: https://github.com/boloto1979/infoscope
- Owner: boloto1979
- License: mit
- Created: 2023-08-23T15:28:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T16:28:17.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T11:58:08.072Z (over 1 year ago)
- Topics: cibersecurity, ip, pyhton, whois
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# InfoScope - Domain Monitoring and Analysis Tool

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.