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

https://github.com/juanmachuca95/banditscan_sh

Script to scan open ports on determinate hostname with a range of ports
https://github.com/juanmachuca95/banditscan_sh

bash-scripting shell-sc

Last synced: 1 day ago
JSON representation

Script to scan open ports on determinate hostname with a range of ports

Awesome Lists containing this project

README

        

### Scan Open Ports - Bash scripting
Script to scan open ports on determinate hostname with a range of ports

```zsh
./banditScan.sh -h "127.0.0.1" -m 31000 -t 32000
```