Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exploting_public_resources_attack_playbook.md #440

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Exploiting Public AWS Resources Programmatically - The Playbook
description: A playbook on how to exploit AWS resources that can be misconfigured via resource-based policies.
---

# Exploiting Public AWS Resources - CLI Attack Playbook

<div class="grid cards" markdown>

- :material-tools:{ .lg .middle } __Tools mentioned in this article__
Expand All @@ -15,9 +17,7 @@ description: A playbook on how to exploit AWS resources that can be misconfigure
[coldsnap](https://github.com/awslabs/coldsnap): A command line interface for Amazon EBS snapshots
</div>

# Exploiting Public AWS Resources - CLI Attack Playbook

The playbook shows how to exploit AWS resources that can be misconfigured to be publicly accessible. Think of it as a glossary of quick exploitation techniques that can be performed programmatically.
This playbook shows how to exploit AWS resources that can be misconfigured to be publicly accessible. Think of it as a glossary of quick exploitation techniques that can be performed programmatically.

All attacks are meant to be executed from an external environment where the attacker is ideally an administrator.

Expand Down
Loading