mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-27 14:01:35 +01:00
10 lines
283 B
Markdown
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
|
|
---
|