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
- Host: GitHub
- URL: https://github.com/ancientlore/portscan
- Owner: ancientlore
- License: other
- Created: 2017-03-31T20:01:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T18:07:23.000Z (over 3 years ago)
- Last Synced: 2025-03-02T17:32:23.398Z (over 1 year ago)
- Topics: golang, port-scanning, tcp-port-scanner
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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