mirror of
https://github.com/HackTricks-wiki/hacktricks-cloud.git
synced 2026-07-28 22:51:09 -07:00
709 B
709 B
AWS - MSK Unauthenticated Enum
{{#include ../../../../banners/hacktricks-training.md}}
Public Port
expose the Kafka broker to the publicことは可能ですが、credentials、IAM permissions、または有効なcertificateが必要です(設定されたauth methodによります)。
また、possible to disabled authenticationにすることもできますが、その場合はそのポートをInternetにit's not possible to directly expose。
Public URL template
b-{1,2,3,4}.{user_provided}.{random_id}.c{1,2}.kafka.{region}.amazonaws.com
{user_provided}.{random_id}.c{1,2}.kafka.useast-1.amazonaws.com
{{#include ../../../../banners/hacktricks-training.md}}