Skip to content

Commit 4f84fe2

Browse files
authored
Merge pull request #179 from olizimmermann/patch-1
Update aws-s3-unauthenticated-enum.md
2 parents b42e886 + 71d867e commit 4f84fe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pentesting-cloud/aws-security/aws-unauthenticated-enum-access/aws-s3-unauthenticated-enum.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Different methods to find when a webpage is using AWS to storage some resources:
2626
```
2727

2828
- Check for **CNAMES** as `resources.domain.com` might have the CNAME `bucket.s3.amazonaws.com`
29+
- **[s3dns](https://github.com/olizimmermann/s3dns)** – A lightweight DNS server that passively identifies cloud storage buckets (S3, GCP, Azure) by analyzing DNS traffic. It detects CNAMEs, follows resolution chains, and matches bucket patterns, offering a quiet alternative to brute-force or API-based discovery. Perfect for recon and OSINT workflows.
2930
- Check [https://buckets.grayhatwarfare.com](https://buckets.grayhatwarfare.com/), a web with already **discovered open buckets**.
3031
- The **bucket name** and the **bucket domain name** needs to be **the same.**
3132
- **flaws.cloud** is in **IP** 52.92.181.107 and if you go there it redirects you to [https://aws.amazon.com/s3/](https://aws.amazon.com/s3/). Also, `dig -x 52.92.181.107` gives `s3-website-us-west-2.amazonaws.com`.
@@ -101,6 +102,8 @@ Check that the resolved domain have the word "website".\
101102
You can access the static website going to: `flaws.cloud.s3-website-us-west-2.amazonaws.com`\
102103
or you can access the bucket visiting: `flaws.cloud.s3-us-west-2.amazonaws.com`
103104

105+
106+
104107
#### By Trying
105108

106109
If you try to access a bucket, but in the **domain name you specify another region** (for example the bucket is in `bucket.s3.amazonaws.com` but you try to access `bucket.s3-website-us-west-2.amazonaws.com`, then you will be **indicated to the correct location**:

0 commit comments

Comments
 (0)