Skip to content

Commit 0e94876

Browse files
committed
Initial commit of Empire 2.1
Merge branch 'dev'
2 parents 8f7197e + b99a24c commit 0e94876

File tree

284 files changed

+17806
-2193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+17806
-2193
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
data/empire.db
2-
data/empire.pem
2+
data/empire-chain.pem
3+
data/empire-priv.key
34
empire.debug
45
*.pyc
56
downloads/*
67
.vscode/*
78
*.txt
89
LastTask*
10+
data/obfuscated_module_source/*.ps1
11+
data/misc/ToObfuscate.ps1
12+
data/misc/Obfuscated.ps1
913
setup/xar*
1014
setup/bomutils/*
15+
.venv

changelog

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1-
Running
1+
8/28/2017
22
--------
3-
- Added Trollsploit module Get-Schwifty
3+
- Version 2.1 Master Release
4+
-Add get schwifty trollsploit module @424f424f
5+
-Add -sta flag to launcher @xorrior
6+
-Fixed hardoced cert path @xorrior
7+
-Fix for #567
8+
-Merge Capture OSX credentials from Prompt Module in Empire DB @malcomvetter.
9+
-Rest Api fixups #526 @byt3bl33d3r
10+
-Added MS16-135 exploit module @ThePirateWhoSmellsOfSunflowers
11+
-Updated Bloodhound Ingestion module @rvrsh3ll
12+
-Added Dropbox exfil module @ktevora1
13+
-Added EternalBlue module @ktevora1
14+
-Fix SSL certificate issue with Flask @diskonnect
15+
-Modify staging to handle unicode characters @killswitch-GUI
16+
-Add wmi_updater module #509 @tristandostaler
17+
-Add DropBox exfil module #557 @e0x70i
18+
-Fix Unexpected error: <class 'struct.error'> run empire #567
19+
-Fix SSL Intermediate Certificates to support Domain Fronting #569 @dchrastil
20+
-Add ‘SandboxMode’ to evade Apple Sandbox protection on applescript #578 @dchrastil
21+
-Add Obfuscated Empire #597 @cobbr
22+
-Add Bypass ScriptBlock Logging #603 @cobbr
23+
-Add mimipenguin module @rvrsh3ll
24+
-Add dyld_print_to_file Mac privesc @checkyfuntime
25+
-Added manual proxy specifications @xorrior
26+
-Fix libssl-dev and libssl1.0.0 packages @xorrior
27+
-Add backgrounding for downloads in PowerShell agent @xorrior
28+
-Fix warning patch in http listener @viss
29+
-Update Invoke-Kerberoast @424f424f
30+
-Tab complete shows elevated modules: #599
31+
- Additional bypassUAC modules added: #596
32+
- Added show uac level module #609
33+
- Fixed shebangs: #640
434

535
5/15/2017
636
---------

0 commit comments

Comments
 (0)