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

채널의 첫 번째 IngestEndpoint의 사용자 이름과 비밀번호를 변경합니다. (이 API는 RotateIngestEndpointCredentials에 대해 더 이상 사용되지 않습니다)

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

mediapackage:RotateIngestEndpointCredentials

채널의 첫 번째 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 지원하기