Skip to content

Latest commit

 

History

History
 
 

emp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

emp

A CLI for Empire.

Installation

You can always download the latest version with:

$ curl -L https://github.com/remind101/empire/releases/download/v0.13.0/emp-`uname -s`-`uname -m` \
  > /usr/local/bin/emp

Or by using homebrew:

$ brew update
$ brew install emp

If you have a working Go 1.5+ environment, you can do the following:

$ 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]