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
- Host: GitHub
- URL: https://github.com/i5-650/gopen-port
- Owner: i5-650
- Created: 2024-08-28T21:10:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T00:20:23.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T16:09:47.040Z (over 1 year ago)
- Topics: go, network, portscanner, tools
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.