1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
Co-authored-by: ishtar <ishtar@cadmium.local>
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Michalis Papadopoullos 2021-11-27 17:46:54 +02:00 committed by GitHub
parent 28c6924beb
commit c207d1f3b9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

8
_gtfobins/pax.md Normal file
View File

@ -0,0 +1,8 @@
---
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"
---