/go-port-scanner

A TCP connect port scanner written in Go

Primary LanguageGo

Go TCP Connect Port Scanner

A TCP connect port scanner written in Go. Uses concurrency to improve the speed.

asciicast

Build

go build -o port-scanner

Run

./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