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

https://github.com/ancientlore/portscan

A simple TCP port scanner in Go
https://github.com/ancientlore/portscan

golang port-scanning tcp-port-scanner

Last synced: 10 months ago
JSON representation

A simple TCP port scanner in Go

Awesome Lists containing this project

README

          

# portscan

`portscan` is a simple TCP port scanner written in Go.

Usage of portscan:
-host string
Host or IP to scan (default "localhost")
-range string
Port ranges e.g. 80,443,200-1000,8000-9000 (default "80,443")
-threads int
Threads to use (default 100)
-timeout duration
Timeout per port (default 1s)
-verbose
Show errors for failed ports