mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add terraform
Co-authored-by: janbrazda <xbrazda@fi.muni.cz> Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
parent
08c8fafec9
commit
2cf1a72bc5
15
_gtfobins/terraform.md
Normal file
15
_gtfobins/terraform.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
functions:
|
||||
file-read:
|
||||
- code: |
|
||||
terraform console
|
||||
file("file_to_read")
|
||||
sudo:
|
||||
- code: |
|
||||
sudo terraform console
|
||||
file("file_to_read")
|
||||
suid:
|
||||
- code: |
|
||||
./terraform console
|
||||
file("file_to_read")
|
||||
---
|
Loading…
Reference in New Issue
Block a user