diff --git a/_gtfobins/pax.md b/_gtfobins/pax.md new file mode 100644 index 0000000..f7cf702 --- /dev/null +++ b/_gtfobins/pax.md @@ -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" +---