https://github.com/dozyio/go-port-scanner
A TCP connect port scanner written in Go
https://github.com/dozyio/go-port-scanner
go golang portscanner tcp
Last synced: 2 months ago
JSON representation
A TCP connect port scanner written in Go
- Host: GitHub
- URL: https://github.com/dozyio/go-port-scanner
- Owner: dozyio
- Created: 2020-08-01T23:54:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T23:58:20.000Z (about 5 years ago)
- Last Synced: 2023-03-06T16:07:11.898Z (over 2 years ago)
- Topics: go, golang, portscanner, tcp
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go TCP Connect Port Scanner
A TCP connect port scanner written in Go. Uses concurrency to improve the speed.
[](https://asciinema.org/a/FH9fRfWE0973Vv5o0r0tLqSfw?autoplay=1)
## Build
```sh
go build -o port-scanner
```## Run
```sh
./port-scanner -s 1 -e 65535 -c 6 -w 1 192.168.1.253
```## Usage
-s Start port number
-e End port number
-c Number of workers
-w Wait timeout