emp
A CLI for Empire.
Installation
You can always download the latest version with:
$ curl -L https://github.com/remind101/empire/releases/download/latest/emp-`uname -s`-`uname -m` \
> /usr/local/bin/emp
Or, if you have a working Go 1.5+ environment, you can do the following:
$ export GO15VENDOREXPERIMENT=1 # Required for Go 1.5.x
$ go get -u github.com/remind101/empire/cmd/emp
Otherwise, you can find a complete list of releases here.
Usage
The basic usage of emp is:
Usage: EMPIRE_API_URL=<empire api> emp <command> [-a app] [options] [arguments]