1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-01-18 21:41:34 +01:00

Remove adiff since is ar that actually reads here

This commit is contained in:
Andrea Cardaci 2021-01-17 23:38:07 +01:00 committed by GitHub
parent bed198068f
commit 7da8627262
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -1,11 +0,0 @@
---
functions:
file-read:
- description: Read files from archives when utils like "tar" are missing.
code: |
OUTFILE=$(mktemp -u)
LFILE=file_to_read
ar r "${OUTFILE}" "${LFILE}"
adiff "${OUTFILE}" /dev/null
ls -la Unpack*
---