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.
- Host: GitHub
- URL: https://github.com/d4v1-sudo/simple-ip-scanner
- Owner: d4v1-sudo
- License: mit
- Created: 2023-10-06T16:03:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T23:57:58.000Z (about 2 years ago)
- Last Synced: 2025-01-13T23:28:57.872Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.