https://github.com/duzzisantos/network-scanning-nmap
https://github.com/duzzisantos/network-scanning-nmap
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duzzisantos/network-scanning-nmap
- Owner: duzzisantos
- Created: 2025-02-08T14:48:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T15:30:40.000Z (3 months ago)
- Last Synced: 2025-02-08T15:31:50.704Z (3 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network scanning using NMAP
This tool is used to scan IP address together with its port range to determine:
- Its total hosts
- If it has TCP
- Its host name
- All its protocols
- Its TCP details
- Other scan information
- Open ports that might need to be closed## How to use
Client provides IP Address and Port Range values to initiate scan and display results
which can be used to further do more network advisory.