Empire GUI: Empire client application
Empire GUI
The Empire Multiuser GUI is a graphical interface to the Empire post-exploitation Framework. It was written in Electron and utilizes websockets (SocketIO) on the backend to support multiuser interaction. The main goal of this project is to enable red teams, or any other color team, to work together on engagements in a more seamless and integrated way than using Empire as a command line tool.
Features
- Multiplatform Support (OSX, Window, Linux)
- Traffic over HTTPS
- User Authentication
- Multiuser Support
- Agent Shell Interaction
Installation
- Check out this repo to a folder on your system
git clone https://github.com/EmpireProject/Empire-GUI.git - Install NodeJS (NPM) here
- Start your Empire Server
- Install the Empire Framework
- Switch to the 3.0-Beta branch git checkout 3.0-Beta
- Setup your listeners and generate stagers (as this is not yet supported in the GUI)
- Start the server with your password ./empire –server –shared_password ILikePasswords –port 1337
- Run the following commands from your EmpireGUI directory
- npm install
- npm start
- Login to the Empire!
Copyright (c) 2015-2017 Jakub Szwacz