bevigil_get_s3_buckets
Find Amazon S3 bucket names referenced in an Android app's code to identify cloud storage assets. Verify bucket permissions separately to confirm exposure.
Instructions
Find Amazon S3 bucket names referenced in an Android application's code. Useful for discovering cloud storage assets associated with a mobile app. These buckets may contain publicly accessible data if misconfigured. Note: Finding a bucket name does NOT confirm it is vulnerable or misconfigured — further investigation is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 100, max 500). | |
| offset | No | Number of results to skip before returning a page (default 0). Use this to retrieve results beyond the first page. | |
| package_id | Yes | Android package ID (e.g. "com.whatsapp"). The unique identifier for an Android application. |