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

https://github.com/bronzdoc/gops

:satellite: Go port scanner
https://github.com/bronzdoc/gops

Last synced: 7 months ago
JSON representation

:satellite: Go port scanner

Awesome Lists containing this project

README

          

### gops - a toy port scanner built in GO

#### Install
```go get github.com/bronzdoc/gops```

#### Usage

To scan a remote server

```gops -host=somehost.com -tcp```

To scan locally

```gops -tcp```

#### Flags
-host host to scan
-tcp Show only tcp ports open
-udp Show only udp ports open
-start Port to start the scan
-end Port to end the scan