Support # in refs

This commit is contained in:
Congon4tor
2025-01-06 18:02:23 +01:00
parent 009ef58e30
commit b0794c4b1c
5 changed files with 42 additions and 36 deletions

View File

@@ -62,7 +62,7 @@ So, if you have the permissions listed over these files, there is an attack vect
Follow the description in the *Abusing Terraform State Files* section of the *Terraform Security* page for directly usable exploit code:
{{#ref}}
terraform-security.md#abusing-terraform-state-files
pentesting-ci-cd/terraform-security.md#abusing-terraform-state-files
{{#endref}}
### `s3:PutBucketPolicy`
@@ -194,6 +194,3 @@ aws s3api put-object-acl --bucket <bucket-name> --key flag --version-id <value>
```
{{#include ../../../banners/hacktricks-training.md}}