1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/aws
pedrojosenavasperez 23e1f28855 Add aws file read
Close #443.
2026-01-21 20:51:34 +01:00

19 lines
290 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
aws ec2 describe-instances --filter file:///path/to/input-file
contexts:
sudo:
suid:
unprivileged:
inherit:
- code: |-
aws help
contexts:
sudo:
unprivileged:
from: less
...