-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver-config.yaml
63 lines (63 loc) · 1.83 KB
/
server-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
suppress-self-cert-warning: true
database:
use: mysql
mysql:
url: db:3306
username: empire_user
password: empire_password
database_name: empire
sqlite:
location: ~/.empire/app-data/server/empire.db
defaults:
# staging key will first look at OS environment variables, then here.
# If empty, will be prompted (like Empire <3.7).
staging-key: RANDOM
username: empireadmin
password: password123
obfuscation:
- language: powershell
enabled: false
command: "Token\\All\\1"
module: "invoke-obfuscation"
preobfuscatable: true
- language: csharp
enabled: false
command: ""
module: "confuser"
preobfuscatable: false
- language: python
enabled: false
command: ""
module: "python-obfuscator"
preobfuscatable: false
keyword_obfuscation:
- Invoke-Empire
- Invoke-Mimikatz
# an IP white list to ONLY accept clients from
# format is "192.168.1.1,192.168.1.10-192.168.1.100,10.0.0.0/8"
ip-whitelist: ""
# an IP black list to reject accept clients from
# format is "192.168.1.1,192.168.1.10-192.168.1.100,10.0.0.0/8"
ip-blacklist: ""
starkiller:
repo: [email protected]:BC-SECURITY/Starkiller.git
directory: empire/server/api/v2/starkiller
# Can be a branch, tag, or commit hash
ref: main
auto_update: true
plugins:
# Auto-load plugin with defined settings
csharpserver:
status: start
directories:
downloads: ~/.empire/app-data/server/downloads/
module_source: empire/server/data/module_source/
obfuscated_module_source: ~/.empire/app-data/server/obfuscated_module_source/
logging:
level: INFO
directory: ~/.empire/app-data/server/logs/
simple_console: true
debug:
last_task:
enabled: false
file: ~/.empire/app-data/server/debug/last_task.txt