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
- Host: GitHub
- URL: https://github.com/juanmachuca95/banditscan_sh
- Owner: juanmachuca95
- Created: 2022-09-10T20:05:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T20:14:16.000Z (almost 3 years ago)
- Last Synced: 2024-12-25T17:42:19.144Z (6 months ago)
- Topics: bash-scripting, shell-sc
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```