Skip to content

dozyio/go-port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A TCP connect port scanner written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages