Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x1mdev/goportfinder
Port scanner tryout - GO
https://github.com/x1mdev/goportfinder
Last synced: 2 days ago
JSON representation
Port scanner tryout - GO
- Host: GitHub
- URL: https://github.com/x1mdev/goportfinder
- Owner: x1mdev
- Created: 2018-09-30T19:35:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T21:03:29.000Z (over 6 years ago)
- Last Synced: 2024-11-12T16:34:38.649Z (2 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goportfinder
Trying out a portscanner in Golang.
## Usage
``` go
./goportfinder:
-ip string
insert ip (default "127.0.0.1")```
## Installation
`go get github.com/x1mdev/goportfinder`
### Example
` ./goportfinder -ip=127.0.0.1 `
This will scan 3000 ports by default on the target provider with the `-ip` flag.
It's fast.