# Tools

- [Tooling Index](https://www.techwithtyler.dev/cloud-security/tools/tooling-index.md): Useful tools I've come across
- [dsnap](https://www.techwithtyler.dev/cloud-security/tools/dsnap.md): A tool for enumerating and downloading EBS snapshots
- [Pacu](https://www.techwithtyler.dev/cloud-security/tools/pacu.md): Offensive security tool for exploiting configuration flaws in AWS
- [s3-account-search](https://www.techwithtyler.dev/cloud-security/tools/s3-account-search.md): An overview of the tool s3-account-search which is able to accurately identify an AWS Account ID from an AWS S3 bucket name.
- [GoAWSConsoleSpray](https://www.techwithtyler.dev/cloud-security/tools/goawsconsolespray.md): An overview of the tool GoAWSConsoleSpray which can password spray AWS IAM users.
- [aws\_consoler](https://www.techwithtyler.dev/cloud-security/tools/aws_consoler.md)
- [cloudenum](https://www.techwithtyler.dev/cloud-security/tools/cloudenum.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.techwithtyler.dev/cloud-security/tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
