Skip to content

luminougat/gotcpscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTcpScan

Build GitHub release (latest SemVer)

Simple TPC port scanner written in Go.

Build:

# Windows x64 executable
GOOS=windows GOARCH=amd64 go build -o gotcpscan.exe main.go

# Windows x86 executable
GOOS=windows GOARCH=386 go build -o gotcpscan.exe main.go

# Linux x64 executable
GOOS=linux GOARCH=amd64 go build -o gotcpscan main.go

# Linux x86 executable
GOOS=linux GOARCH=386 go build -o gotcpscan main.go

About

Simple TPC port scanner written in Go.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages