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

https://github.com/d4v1-sudo/simple-ip-scanner

🚧 - Under development - A Python network scanning tool for gathering information about target hosts and IP addresses.
https://github.com/d4v1-sudo/simple-ip-scanner

Last synced: 2 months ago
JSON representation

🚧 - Under development - A Python network scanning tool for gathering information about target hosts and IP addresses.

Awesome Lists containing this project

README

          

🚧 - Under development

# Simple ip/site scanner

This Python script is a ip/site scanning tool that allows you to gather information about a target host or IP address. It provides various functionalities, including:

- Ping the target host.
- Scan open ports using Nmap.
- Check for vulnerabilities on open ports.
- Retrieve the location information of the target IP.
- Analyze HTTP methods supported by the target.

## Usage

To use the network scanner, you need to have Python installed on your system. Follow these steps:

1. Clone this repository to your local machine:

```shell
https://github.com/d4v1-sudo/simple-ip-scanner.git

2. Navigate to the project directory:

```shell
cd simple-ip-scanner

3. Install the required Python packages by running:

```shell
pip install -r requirements.txt

4. Run the scanner with a target host or IP address as an argument:

```shell
python3 simple-ip-scanner.py

Replace `` with the hostname or IP address you want to scan.