1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/qpdf
Ryan Cartner 1b6249fc4c Improve qpdf file read
Close #446.
2026-01-17 10:29:48 +01:00

12 lines
243 B
Plaintext

---
functions:
file-read:
- code: |-
qpdf --empty --add-attachment /path/to/input-file --key=x -- /path/to/output-file
qpdf --show-attachment=x /path/to/output-file
contexts:
sudo:
suid:
unprivileged:
...