Commit Graph

771 Commits (75cc9c00b5c25263ed8cbe82fb55544b57b32f0b)

Author SHA1 Message Date
Petr Medonos 75cc9c00b5 Obfuscated empire changes 2017-08-11 09:33:04 +02:00
Petr Medonos 59d86e4598 show current UAC level 2017-07-11 20:41:17 +02:00
Chris Ross 0b582eac36 Merge pull request #578 from dchrastil/module/prompt-sandboxmode
Added 'SandboxMode' to evade Apple Sandbox protection on applescript
2017-06-15 17:20:56 -04:00
Chris Ross 591df866c0 Merge pull request #575 from tevora-threat/eternalblue
added eternal blue exploitation module
2017-06-15 17:19:54 -04:00
disk0nn3ct 7074616113 Added 'SandboxMode' option to evade Apple Sandbox protections on applescript 2017-06-13 23:34:50 -06:00
Chris Ross dbefbbda09 Merge pull request #569 from dchrastil/https/intermediate-certs
SSL Intermediate Certificates to support Domain Fronting
2017-06-12 15:25:39 -04:00
dchrastil 33c4f0bc6b Revert "OCD fix for root install path having extra directory slash"
This reverts commit e4bf2d736a.

reverting previous commit
2017-06-12 10:05:40 -07:00
dchrastil ec13f26056 Revert "Fixed RESTAPI (issue #507)"
This reverts commit b539e12347.

Merged changes
2017-06-12 10:04:22 -07:00
xorrior 5142bcbf51 Fix for #567 2017-06-09 23:27:31 -04:00
dchrastil 399528e48c Updated comments to match the new openssl call 2017-06-09 10:42:02 -07:00
dchrastil 4130e93380 Updated to exclude the new empire-chain.pem and empire-priv.key files 2017-06-08 08:49:25 -07:00
dchrastil c25fea4e70 Updated SSL context to use the split empire-chain.pem and empire-priv.key files. 2017-06-08 08:48:42 -07:00
dchrastil 8e656742bb Split Certificate and Private Key output into seperate files to support intermediate SSL certs for Domain Fronting 2017-06-08 08:47:34 -07:00
dchrastil a165b7f7af Merge branch 'dev' of github.com:EmpireProject/Empire into dev 2017-06-07 23:05:29 -07:00
Chris Ross c9959753fc Merge pull request #557 from tevora-threat/dropboxpull
Addition of DropBox Exfil Module
2017-06-07 20:13:07 -04:00
Chris Ross b7cb687418 Merge pull request #509 from tristandostaler/dev
Added wmi_updater module
2017-06-06 21:38:15 -04:00
tristandostaler c2d865be68 Added the option for the custom launcher 2017-06-06 12:30:58 -04:00
tristandostaler af2bce2fb7 Added a handler for the custom launcher 2017-06-06 12:27:14 -04:00
tristandostaler b41f98e776 Modified the call to powershell_launcher
Modified the call to powershell_launcher just so there is no bug anymore
2017-06-06 12:20:48 -04:00
Chris Ross a629b6179a Merge pull request #532 from ThePirateWhoSmellsOfSunflowers/add-ms16135
Add privesc module MS16-135
2017-06-05 23:23:43 -04:00
kevin dick 63e373a7da added eternal blue exploitation module 2017-06-04 10:05:26 -07:00
Steve Borosh 6c3a6c2433 Merge pull request #531 from byt3bl33d3r/restfulapi_fixes
More RESTfulAPI fixes & Database fix
2017-06-03 20:08:01 -04:00
kevin dick 79c424b4be removed setup bomutils folder 2017-06-02 19:12:34 -07:00
kevin dick 0c3170f9ca added dropbox exfil module 2017-06-02 19:04:32 -07:00
xorrior 72e1dddedd Changed libssl-dev to libssl1.0-dev for the install script 2017-06-02 11:13:52 -04:00
xorrior f6e9ee8fff Fixed hardcoded certpath 2017-06-01 08:06:53 -04:00
byt3bl33d3r 425cb7fedc Merge branch 'dev' into restfulapi_fixes 2017-05-30 22:07:20 -06:00
rvrsh3ll c2b155202b BloodHound update 2017-05-26 11:58:52 -04:00
rvrsh3ll 72c48f3f1e Updated BloodHound injestor 2017-05-26 11:58:52 -04:00
byt3bl33d3r 6ee85e73f2 Fixed RESTAPI (issue #507) 2017-05-26 11:58:52 -04:00
byt3bl33d3r 4bf792e4e0 Addresses issue #526 2017-05-26 11:58:52 -04:00
ThePirateWhoSmellsOfSunflowers 930e31c509 Minor changes 2017-05-22 20:28:58 +02:00
byt3bl33d3r b4d24f43f4 More RESTfulAPI fixes
- Fixed a bug where wrong id value was being instered into the results
and reporting table causing a mismatch between the reporting entry and
the results entry

- task_agent_shell() API call now returnes TaskID as well
2017-05-22 08:14:10 -06:00
ThePirateWhoSmellsOfSunflowers 15f961c058 Initial commit, add MS16-135 exploit 2017-05-21 20:49:49 +02:00
Steve Borosh dbd6cdf66e Merge pull request #529 from byt3bl33d3r/master
Fixed RESTAPI
2017-05-21 12:35:07 -04:00
Steve Borosh 7915a0f43a Merge pull request #528 from byt3bl33d3r/taskid_restapi
TaskID returned in 'Agent Results' and 'Execute Module' API call
2017-05-21 12:34:50 -04:00
rvrsh3ll e4bf2d736a OCD fix for root install path having extra directory slash 2017-05-21 12:03:58 -04:00
Steve Borosh 6cd9c6a3d9 Merge pull request #516 from ceramicskate0/master
Random Macro Variable and Method Names
2017-05-21 10:38:15 -04:00
Steve Borosh 3efbe0fb01 Merge pull request #517 from staaldraad/liniaal
Liniaal - MAPI C2 Channel
2017-05-21 08:28:39 -04:00
byt3bl33d3r 70d88dd3a8 Addresses issue #526 2017-05-21 00:04:54 -06:00
byt3bl33d3r b539e12347 Fixed RESTAPI (issue #507) 2017-05-20 15:33:03 -06:00
ceramicskate0 ead6669eb0 fixed missing variables
fixed missing vari and added more random name generation algo
2017-05-18 19:19:38 -05:00
ceramicskate0 772f6818b4 Update macro.py 2017-05-18 18:50:38 -05:00
ceramicskate0 72e91e55d6 fix LengthOfVari missing error 2017-05-17 11:53:08 -05:00
Etienne Stalmans 417e66df65 liniaal agents to use with https://github.com/sensepost/liniaal 2017-05-17 08:50:49 +01:00
ceramicskate0 99d0b12b1d randomize variable names and method names
Make random variable and method names in VB macro code so that it looks different every time its run and runs the same every time
2017-05-16 19:59:43 -05:00
rvrsh3ll 6d88e8ee1b GetSchwifty fix 2017-05-16 09:25:27 -04:00
rvrsh3ll ec6daaba3f GetSchwifty fix 2017-05-16 09:23:45 -04:00
rvrsh3ll 7ad76fdc1f Added get schwifty trollsploit module 2017-05-16 09:15:28 -04:00
rvrsh3ll ea5058ed2a Added get schwifty trollsploit module 2017-05-16 09:13:51 -04:00