zherner / go_port_scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go_port_scanner

A Go tool to scan ports on IPs using Goroutines to be more efficient.

Build

go build ./

Test

go test -v ./

Examples

Scan one IP and port.

go_port_scanner -h 8.8.8.8 -p 53

Scan more than one host on more than one port.

go_port_scanner -h 8.8.8.8,8.8.4.4. -p 53-55

About

License:MIT License


Languages

Language:Go 100.0%