mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-12 23:12:06 +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
|
||
|
---
|