mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
16 lines
262 B
Markdown
16 lines
262 B
Markdown
|
---
|
||
|
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")
|
||
|
---
|