Skip to content

Commit e76c66f

Browse files
authored
Merge pull request #629 from splunk/haag_fixes
Spacing and Kali Update
2 parents d3eefdd + d663540 commit e76c66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/playbooks/windows_dc_client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
- windows_aurora_agent
1313
- windows_prelude_agent
1414
- sysmon
15-
- red_team_tools
15+
- red_team_tools

terraform/aws/modules/kali_machine/resources.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data "aws_ami" "latest-kali-linux" {
66

77
filter {
88
name = "name"
9-
values = ["kali-linux-2021*"]
9+
values = ["kali-linux-2022*"]
1010
}
1111

1212
filter {

0 commit comments

Comments
 (0)