Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonjza/go-observe
๐ Go-Observe: A command line Mozilla Observatory client written in Go
https://github.com/leonjza/go-observe
commandline go security web
Last synced: 4 months ago
JSON representation
๐ Go-Observe: A command line Mozilla Observatory client written in Go
- Host: GitHub
- URL: https://github.com/leonjza/go-observe
- Owner: leonjza
- License: mit
- Created: 2017-02-04T18:32:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T16:37:29.000Z (about 8 years ago)
- Last Synced: 2024-06-20T03:36:01.288Z (8 months ago)
- Topics: commandline, go, security, web
- Language: Go
- Homepage: https://observatory.mozilla.org/
- Size: 34.2 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-observe
๐ Go-Observe: A command line Mozilla Observatory client written in Go![Screenshot](https://i.imgur.com/PMhaFdu.png)
## usage:
```
~ ยป go-observe
__
___ ____ _______ / / ___ ___ _____ _____
/ _ / _ \/___/ _ \/ _ \(_- -_) __/ |/ / -_)
\_, /\___/ \___/_.__/___/\__/_/ |___/\__/
/___/ @leonjzaUsage:
go-observe [command]Available Commands:
fileresult Get scan results for URLs / Hostnames in a file
filesubmit Submit URLs / Hostnames from a file to the Observatory for analysis
result Retrieve results for a URL / Hostname from the Observatory
submit Submit a URL / Hostname to the Observatory for analysis
version Show the version of go-observeUse "go-observe [command] --help" for more information about a command.
```## install
There are many options to get `go-observe`.Download the release binaries [here](https://github.com/leonjza/go-observe/releases)
*or*
Download with `go get` if you have `$GOPATH` setup: `go get github.com/leonjza/go-observe`
*or*
Build from source!
```
$ git clone https://github.com/leonjza/go-observe.git
$ cd go-observe
$ go build -o go-observe *.go
$ ./go-observe
```