Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 156 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 156 Bytes

ScanPorts

BuildCommand: CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ScanPort main.go

RunCommand: ./ScanPort -ip="127.0.0.1" -ports="22,81"