Skip to content

πŸ•΅πŸ»β€β™‚οΈ A simple Port Scanner made with Go for fun and learn.

Notifications You must be signed in to change notification settings

mangelsnc/portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

portscanner

A simple Port Scan made in Go just for fun. It's still work in progress and just scan a fixed range of ports: from 1 to 1024.

It's a simple exercise to learn Go and play with concurrency.

Build instructions

You can build it executing:

go build -o dist/portscanner main.go

Or you can simply use the provided Makefile

make build

Run instructions

You can run it executing:

go run main.go

Or you can simply use the provided Makefile

make run

About

πŸ•΅πŸ»β€β™‚οΈ A simple Port Scanner made with Go for fun and learn.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published