Files
hacktricks-cloud/pentesting-cloud/aws-security/aws-privilege-escalation/aws-mediapackage-privesc.md
2024-12-12 19:35:48 +01:00

3.1 KiB

AWS - Mediapackage Privesc

{% hint style="success" %} Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks
{% endhint %}

mediapackage:RotateChannelCredentials

Changes the Channel's first IngestEndpoint's username and password. (This API is deprecated for RotateIngestEndpointCredentials)

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

mediapackage:RotateIngestEndpointCredentials

Changes the Channel's first IngestEndpoint's username and password. (This API is deprecated for RotateIngestEndpointCredentials)

{% code overflow="wrap" %}

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

{% endcode %}

References

{% hint style="success" %} Learn & practice AWS Hacking:HackTricks Training AWS Red Team Expert (ARTE)
Learn & practice GCP Hacking: HackTricks Training GCP Red Team Expert (GRTE)

Support HackTricks
{% endhint %}