Empire is a PowerShell and Python post-exploitation agent.
 
 
Go to file
Chris Ross 8ddeb63137
Merge pull request #844 from kost/fixemptybomutils
Fix empty bomutils folder
2017-12-03 01:21:34 -05:00
.github Added contribution and issue templates. 2016-03-19 06:52:59 -04:00
data Swapped native_screenshot module. Now uses python-mss and drops image to disk 2017-11-29 14:08:12 -05:00
lib Merge pull request #844 from kost/fixemptybomutils 2017-12-03 01:21:34 -05:00
plugins Add basic plugin functionality to Empire 2017-10-31 11:15:14 +00:00
setup Remove bomutils....again 2017-12-02 21:56:50 -05:00
.gitignore Merge latest Empire-dev changes 2017-06-29 22:11:01 -05:00
LICENSE Updated license 2017-02-02 01:42:59 -08:00
README.md Update README.md to fix two minor errors 2017-10-03 23:08:01 +01:00
changelog Update Invoke-DCOM 2017-11-12 16:01:52 -05:00
empire Merge pull request #772 from DakotaNelson/creds-post-endpoint 2017-10-29 10:23:05 -04:00

README.md

Empire

Empire is a post-exploitation framework that includes a pure-PowerShell2.0 Windows agent, and a pure Python 2.6/2.7 Linux/OS X agent. It is the merge of the previous PowerShell Empire and Python EmPyre projects. The framework offers cryptologically-secure communications and a flexible architecture. On the PowerShell side, Empire implements the ability to run PowerShell agents without needing powershell.exe, rapidly deployable post-exploitation modules ranging from key loggers to Mimikatz, and adaptable communications to evade network detection, all wrapped up in a usability-focused framework. PowerShell Empire premiered at BSidesLV in 2015 and Python EmPyre premeiered at HackMiami 2016.

To install, run the ./setup/install.sh script. There's also a quickstart here and full documentation here.

Empire relies heavily on the work from several other projects for its underlying functionality. We have tried to call out a few of those people we've interacted with heavily here and have included author/reference link information in the source of each Empire module as appropriate. If we have failed to improperly cite existing or prior work, please let us know.

Empire is developed by @harmj0y, @sixdub, @enigma0x3, rvrsh3ll, @killswitch_gui, and @xorrior.

Feel free to join us on Slack! http://adaptiveempire.herokuapp.com/

Contribution Rules

Contributions are more than welcome! The more people who contribute to the project the better Empire will be for everyone. Below are a few guidelines for submitting contributions.