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: 12 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T16:37:29.000Z (over 9 years ago)
- Last Synced: 2025-03-24T17:52:38.909Z (about 1 year ago)
- Topics: commandline, go, security, web
- Language: Go
- Homepage: https://observatory.mozilla.org/
- Size: 34.2 KB
- Stars: 12
- Watchers: 2
- 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

## usage:
```
~ ยป go-observe
__
___ ____ _______ / / ___ ___ _____ _____
/ _ / _ \/___/ _ \/ _ \(_- -_) __/ |/ / -_)
\_, /\___/ \___/_.__/___/\__/_/ |___/\__/
/___/ @leonjza
Usage:
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-observe
Use "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
```