Skip to content

Commit

Permalink
Merge pull request #108 from d0rk1s/master
Browse files Browse the repository at this point in the history
new enumeration cloudformation stack and fix typo in codebuild privesc
  • Loading branch information
carlospolop authored Nov 17, 2024
2 parents 381924e + f4c52e4 commit 113f728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ aws codebuild start-build --project <project-name> --buildspec-override file:///
{% tab title="StartBuildBatch" %}
{% code overflow="wrap" %}
```bash
cat > hacktricks.yml <<EOF
cat > /tmp/buildspec.yml <<EOF
version: 0.2
batch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ AWS CloudFormation is a service designed to **streamline the management of AWS r
aws cloudformation list-stacks
aws cloudformation describe-stacks # You could find sensitive information here
aws cloudformation list-stack-resources --stack-name <name>
aws cloudformation get-template --stack-name cloudformationStack
aws cloudformation describe-stack-events --stack-name cloudformationStack

## Show params and outputs
aws cloudformation describe-stacks | jq ".Stacks[] | .StackId, .StackName, .Parameters, .Outputs"
Expand Down

0 comments on commit 113f728

Please sign in to comment.