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: 9 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T23:58:20.000Z (almost 6 years ago)
- Last Synced: 2025-10-29T22:57:15.922Z (9 months ago)
- Topics: go, golang, portscanner, tcp
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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