https://github.com/shreyas-a-s/port-scanning-script
Bash script to scan ports by specifying an IP address
https://github.com/shreyas-a-s/port-scanning-script
bash linux network-analysis
Last synced: about 2 months ago
JSON representation
Bash script to scan ports by specifying an IP address
- Host: GitHub
- URL: https://github.com/shreyas-a-s/port-scanning-script
- Owner: shreyas-a-s
- Created: 2024-06-27T09:08:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T09:44:42.000Z (about 2 years ago)
- Last Synced: 2025-05-20T22:32:00.453Z (about 1 year ago)
- Topics: bash, linux, network-analysis
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Port scanning bash script
This can be used to scan ports of a device by specifying it's IP address.
# Prerequisite (Optional)
`netcat` or `nc` can be installed which will increase the reliability of the script.
# Usage
```sh
./scan.sh [start_port] [end_port]
```