Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.