AWS - Mediapackage Privesc

Reading time: 2 minutes

tip

AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE)
GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE) Azure 해킹 배우기 및 연습하기: HackTricks Training Azure Red Team Expert (AzRTE)

HackTricks 지원하기

mediapackage:RotateChannelCredentials

Channel의 첫 번째 IngestEndpoint의 username과 password를 변경합니다. (이 API는 RotateIngestEndpointCredentials로 더 이상 사용되지 않습니다)

bash
aws mediapackage rotate-channel-credentials --id <value>

mediapackage:RotateIngestEndpointCredentials

Channel의 첫 번째 IngestEndpoint의 사용자 이름과 비밀번호를 변경합니다. (이 API는 RotateIngestEndpointCredentials로 대체되어 더 이상 권장되지 않습니다)

bash
aws mediapackage rotate-ingest-endpoint-credentials --id test --ingest-endpoint-id 584797f1740548c389a273585dd22a63

참고자료

tip

AWS 해킹 배우기 및 연습하기:HackTricks Training AWS Red Team Expert (ARTE)
GCP 해킹 배우기 및 연습하기: HackTricks Training GCP Red Team Expert (GRTE) Azure 해킹 배우기 및 연습하기: HackTricks Training Azure Red Team Expert (AzRTE)

HackTricks 지원하기