Wednesday 6 June 2018
0 comments
22:39:00

Empire Multiuser GUI - A Graphical Interface To The Empire Post-Exploitation Framework

Empire Multiuser GUI - A Graphical Interface To The Empire Post-Exploitation Framework

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.

This is a BETA release and does not have all the functionality of the full Empire Framework. The goal is to get community involvement early on to help fix bugs before adding in many of the bells and whistles. The main interaction with Agents at this point is soley through a shell prompt. The next release will have Module support, etc.

Features


  • Multiplatorm Support (OSX,Window,Linux)
  • Traffic over HTTPS
  • User Authentication
  • Multiuser Support
  • Agent Shell Interaction

Installation


  1. Checkout this repo to a folder on your system
  2. Install NodeJS (NPM) here
  3. 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

      4. Run the following commands from your EmpireGUI directory

  • npm install
  • npm start

     5. Login to the Empire!

Download Empire GUI

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.

 
Toggle Footer
Top