https://github.com/x1mdev/goportfinder
Port scanner tryout - GO
https://github.com/x1mdev/goportfinder
Last synced: 4 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T21:03:29.000Z (over 7 years ago)
- Last Synced: 2025-01-11T17:12:10.497Z (about 1 year 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.