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
- Host: GitHub
- URL: https://github.com/bronzdoc/gops
- Owner: bronzdoc
- Created: 2016-04-01T04:13:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T02:11:53.000Z (over 9 years ago)
- Last Synced: 2025-02-18T06:42:44.682Z (over 1 year ago)
- Language: Go
- Size: 23.4 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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