Skip to content

Commit 8cd40db

Browse files
vinnybodclaude
andcommitted
fix: wrap long YAML description lines to pass yamlfmt lint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e6e80a9 commit 8cd40db

File tree

16 files changed

+32
-16
lines changed

16 files changed

+32
-16
lines changed

empire/server/modules/csharp/code_execution/Assembly.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ options:
2828
required: false
2929
value: ''
3030
- name: Background
31-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
31+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
32+
endpoint.
3233
required: false
3334
value: 'false'
3435
type: bool

empire/server/modules/csharp/code_execution/AssemblyReflect.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ options:
3737
required: true
3838
value: ''
3939
- name: Background
40-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
40+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
41+
endpoint.
4142
required: false
4243
value: 'false'
4344
type: bool

empire/server/modules/csharp/code_execution/RunCoff.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ options:
3939
required: false
4040
value: ''
4141
- name: Background
42-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
42+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
43+
endpoint.
4344
required: false
4445
value: 'true'
4546
type: bool

empire/server/modules/csharp/credentials/Certify.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ options:
2626
strict: false
2727
suggested_values: []
2828
- name: Background
29-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
29+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
30+
endpoint.
3031
required: false
3132
value: 'false'
3233
type: bool

empire/server/modules/csharp/credentials/Rubeus.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ options:
4444
- hash
4545
- tgssub
4646
- name: Background
47-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
47+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
48+
endpoint.
4849
required: false
4950
value: 'true'
5051
type: bool

empire/server/modules/csharp/credentials/SharpDPAPI.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ options:
3636
- machinevaults
3737
- rdg
3838
- name: Background
39-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
39+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
40+
endpoint.
4041
required: false
4142
value: 'false'
4243
type: bool

empire/server/modules/csharp/credentials/SharpSploit/Kerberoast.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ options:
3434
- Hashcat
3535
- John
3636
- name: Background
37-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
37+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
38+
endpoint.
3839
required: false
3940
value: 'false'
4041
type: bool

empire/server/modules/csharp/credentials/Sharpdump.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ options:
2525
strict: false
2626
suggested_values: []
2727
- name: Background
28-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
28+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
29+
endpoint.
2930
required: false
3031
value: 'false'
3132
type: bool

empire/server/modules/csharp/situational_awareness/Moriarty.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ options:
2222
strict: false
2323
suggested_values: []
2424
- name: Background
25-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
25+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
26+
endpoint.
2627
required: false
2728
value: 'false'
2829
type: bool

empire/server/modules/csharp/situational_awareness/Seatbelt.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ options:
124124
- WMIFilterBinding
125125
- WSUS
126126
- name: Background
127-
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job endpoint.
127+
description: Run as a background job (non-blocking). Can be killed via the jobs/kill_job
128+
endpoint.
128129
required: false
129130
value: 'true'
130131
type: bool

0 commit comments

Comments
 (0)