mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-28 22:51:09 -07:00
633 B
633 B
AWS - Control Tower Post Exploitation
{{#include ../../../banners/hacktricks-training.md}}
Control Tower
{{#ref}} ../aws-services/aws-security-and-detection-services/aws-control-tower-enum.md {{#endref}}
Enable / Disable Controls
계정을 추가로 악용하기 위해 Control Tower 제어를 비활성화/활성화해야 할 수 있습니다:
aws controltower disable-control --control-identifier <arn_control_id> --target-identifier <arn_account>
aws controltower enable-control --control-identifier <arn_control_id> --target-identifier <arn_account>
{{#include ../../../banners/hacktricks-training.md}}