Commit Graph

1393 Commits (c37874a546d9eb3b1d89665e768f006c59405cb3)

Author SHA1 Message Date
xorrior d65badfd16 Merge branch 'dev' of https://github.com/bneg/Empire into bneg-dev 2018-02-10 22:44:04 -05:00
root c39f8a6cff add support for && and ; characters in python agent 2018-02-10 17:36:56 +00:00
root fa740af0b1 fix bug in calculation of packet offset 2018-02-10 17:13:03 +00:00
matthewneeley 7a8c24ecdc Return taskIDs on upload/download through the REST API 2018-02-09 16:40:48 -05:00
matthewneeley b9d1ccbe8e Added download functionality to empire RESTAPI 2018-02-09 13:15:41 -05:00
jarrodcoulter 1f58041d45
Add Linux Persistence through Autostart
Creating persistence by adding the python launcher to the ~/.config/autostart directory. This is based on the CrossRat analysis (https://digitasecurity.com/blog/2018/01/23/crossrat/) and the other links in the comments.
Tested in Ubuntu 16 and Oracle Linux 7.
2018-02-09 11:15:04 -06:00
Chris Ross 683bca8bcc
Merge pull request #949 from elitest/empire-cs
Add support for C# launcher
2018-02-08 21:57:43 -05:00
Chris Ross ceb9af77b8
Merge pull request #947 from ThePirateWhoSmellsOfSunflowers/fix_invoke_psexec
fix the invoke_psexec module
2018-02-08 21:14:20 -05:00
xorrior eb11c50691 Removed circleci folder 2018-02-08 20:22:56 -05:00
Chris Ross e7389dedcd Merge pull request #975 from EmpireProject/downloads_fix
Reverted to old downloads method. Removed unnecessary code. fixed log…
2018-02-08 20:17:49 -05:00
ThePirateWhoSmellsOfSunflowers ce561cb9c9 Fix the logic if both ProcessName and ProcessId are specified 2018-02-08 14:42:46 +01:00
Chris Ross 5d196c409b
Merge pull request #975 from EmpireProject/downloads_fix
Reverted to old downloads method. Removed unnecessary code. fixed log…
2018-02-08 00:49:05 -05:00
xorrior 5c96d186d4 Reverted to old downloads method. Removed unnecessary code. fixed logic to jump to agents menu after exit command 2018-02-08 00:46:27 -05:00
jarrodcoulter ddc7fe833c
Merge pull request #1 from EmpireProject/dev
Dev
2018-02-07 10:47:51 -06:00
ThePirateWhoSmellsOfSunflowers 1b7e04a042 Modify minidump module to allow non-admin to dump process 2018-02-07 17:03:37 +01:00
Chris Ross 1e45b2fb2e Merge pull request #972 from EmpireProject/powerview_fix
Powerview fix
2018-02-07 01:44:23 -05:00
Chris Ross 1f9aada0ca
Merge pull request #972 from EmpireProject/powerview_fix
Powerview fix
2018-02-07 01:41:09 -05:00
xorrior ef7c414ee9 Fix for #940 2018-02-07 01:38:12 -05:00
Dan c8eaf07949 fixed API listener for int values 2018-02-01 15:26:49 -07:00
Dan 39b26e95d7 fixed API listener options handling to prevent unicode errors 2018-02-01 14:09:52 -07:00
Gabriel Ryan 5b45cf3f42 http_com Listener now evades Nessus plugin 99592
The http_com Listener now evades Nessus plugin 99592, which uses signature-based methods to identify Empire http_com Listeners. The following enhancements were added to the http_com Listener in order to accomplish this:

 - The http_com Listener behaves more like a “real” web server (making its signature more generic)
 - Hardcoded text specific to Werkzeug and Empire has been replaced by generic content
 - The Content-Length for default and error pages is now randomly set on startup
2018-02-01 02:07:25 -05:00
bneg 7388fed540 Fixed db connection 2018-01-27 21:11:32 -08:00
xorrior 8d32813aae Merge branch 'mr64bit-listener-management' into dev 2018-01-27 21:48:11 -05:00
xorrior e27bf23db6 Added tab completion for enable, disable, and delete 2018-01-27 21:47:40 -05:00
xorrior 113ccb2a48 Merge branch 'listener-management' of https://github.com/mr64bit/Empire into mr64bit-listener-management 2018-01-27 21:09:14 -05:00
xorrior eb48a51370 Merge branch 'retro-engineer-dev' into dev 2018-01-27 18:56:21 -05:00
xorrior df0d1927a2 Change Background to True for both modules 2018-01-27 18:56:08 -05:00
bneg aa9e4584a6 Add "report" to main menu, adding some simple reporting 2018-01-27 15:53:44 -08:00
xorrior 184208c964 Merge branch 'dev' of https://github.com/retro-engineer/Empire into retro-engineer-dev 2018-01-27 18:38:51 -05:00
mr64bit 3ff2e610ab Oops, should be empty string for un-setting option 2018-01-25 14:40:29 -05:00
mr64bit 017498e37e Add feature to directly delete a listener from the database
Add feature to unset listener option
Move edit warning do_edit() so it's not shown when edits are called
directly by the user
2018-01-25 14:40:29 -05:00
mr64bit 3bff4e6ef2 Added ability to enable/disable listeners, so they are still stored in the
database, but will not start automatically.
Also, listener options can now be edited without deleting the listener
and starting a new one from scratch.
2018-01-25 14:40:29 -05:00
Jim Shaver 94ceb0df58 Added moved csharp launcher. 2018-01-22 09:51:51 -06:00
Jim Shaver 7bb1879d39 Clarified purpose 2018-01-22 08:26:13 -06:00
Jim Shaver 81487f672e Add support for C# launcher 2018-01-21 03:16:42 -06:00
Chris Ross 8a27017d43
Merge pull request #942 from jrobles-r7/dev
Fixed Return Value
2018-01-19 22:22:46 -05:00
xorrior eee43b595a Merge branch 'whoot-patch-1' into dev 2018-01-19 22:14:20 -05:00
xorrior f33a425dfb Merge #930 2018-01-19 22:13:38 -05:00
ThePirateWhoSmellsOfSunflowers 7d04f6e8b8 fix the module 2018-01-19 15:00:02 +01:00
jrobles-r7 a9986dcdac Fixed Return Value
Fixed the return value for a condition that may not happen...
2018-01-18 21:36:54 -06:00
xorrior d656f82fb3 Merge branch 'nikaiw-master' into dev 2018-01-15 22:18:29 -05:00
xorrior 0bd067c380 Fix stager generation logic 2018-01-15 22:18:08 -05:00
xorrior a34fdcfeb0 Merge branch 'master' of https://github.com/nikaiw/Empire into nikaiw-master 2018-01-15 21:55:05 -05:00
Chris Ross 4469f61ec2 Merge pull request #923 from shakagoolu/master
TaskIDs fix for RESTAPI
2018-01-15 20:58:23 -05:00
Chris Ross f4e4bf6085
Merge pull request #923 from shakagoolu/master
TaskIDs fix for RESTAPI
2018-01-15 19:56:59 -06:00
Chris Ross 851653f48d
Merge pull request #917 from SadProcessor/dev
Proposed fix for Kali Install in install.sh
2018-01-15 19:48:43 -06:00
xorrior ffa736064e Merge branch 'dev' of https://github.com/EmpireProject/Empire into dev 2018-01-15 20:46:32 -05:00
xorrior 29d7bebed0 Merge branch 'G0ldenGunSec-backdoorLnkMacro' into dev 2018-01-15 20:45:50 -05:00
xorrior eb8d4b8ad1 Resolved conflict 2018-01-15 20:45:33 -05:00
Chris Ross c837bf15d7
Add OS support note. 2018-01-15 19:21:49 -05:00