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

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

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]
```