/gopen-port

A little port scanner made in Go

Primary LanguageGo

gopen-port

Simple port scanner in Go.

Usage

Usage of ./gopen-port:
  -host string
    	Host to scan
  -max int
    	The maximum port you'd like to scan (default 1024)
  -min int
    	The minimum port you'd like to scan (can't be bellow 0)
  -timeout int
    	Timeout in millisseconds (default 1000)

Disclaimer

I'm not responsible for what you will do with such a tool. I made it in order to understand some go concepts.