An open API service indexing awesome lists of open source software.

https://github.com/i5-650/gopen-port

A little port scanner made in Go
https://github.com/i5-650/gopen-port

go network portscanner tools

Last synced: over 1 year ago
JSON representation

A little port scanner made in Go

Awesome Lists containing this project

README

          

# 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.