mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
qpdf file-read
This commit is contained in:
parent
97f46f1526
commit
4999f2d8a0
9
_gtfobins/qpdf.md
Normal file
9
_gtfobins/qpdf.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
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
|
||||
---
|
Loading…
Reference in New Issue
Block a user