1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/pax.md
Michalis Papadopoullos c207d1f3b9
Add pax
Co-authored-by: ishtar <ishtar@cadmium.local>
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2021-11-27 16:46:54 +01:00

9 lines
244 B
Markdown

---
functions:
file-read:
- description: The output is a `tar` archive containing the read file as it is, hence this may not be suitable to read arbitrary binary files.
code: |
LFILE=file_to_read
pax -w "$LFILE"
---