From d80b5c48bdad77dccd153def450d0ef290fe1d72 Mon Sep 17 00:00:00 2001 From: Nick Frichette Date: Sun, 8 Jan 2023 20:51:09 -0600 Subject: [PATCH] Fix the missing title issue --- content/aws/enumeration/root_account_from_console.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/aws/enumeration/root_account_from_console.md b/content/aws/enumeration/root_account_from_console.md index 332fbbf2..605f6ae8 100644 --- a/content/aws/enumeration/root_account_from_console.md +++ b/content/aws/enumeration/root_account_from_console.md @@ -6,6 +6,8 @@ hide: - toc --- +# Enumerate Root User Email Address from the AWS Console + Based on error responses from the AWS Console it is possible to determine if a given email address belongs to the root user of an AWS account. From the [AWS Console](https://console.aws.amazon.com/), ensure the `Root user` radio button is selected and enter an email address that you suspect owns an AWS account.