We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3eefdd + d663540 commit e76c66fCopy full SHA for e76c66f
2 files changed
ansible/playbooks/windows_dc_client.yml
@@ -12,4 +12,4 @@
12
- windows_aurora_agent
13
- windows_prelude_agent
14
- sysmon
15
- - red_team_tools
+ - red_team_tools
terraform/aws/modules/kali_machine/resources.tf
@@ -6,7 +6,7 @@ data "aws_ami" "latest-kali-linux" {
6
7
filter {
8
name = "name"
9
- values = ["kali-linux-2021*"]
+ values = ["kali-linux-2022*"]
10
}
11
0 commit comments