mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Remove adiff since is ar that actually reads here
This commit is contained in:
parent
bed198068f
commit
7da8627262
@ -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*
|
||||
---
|
Loading…
Reference in New Issue
Block a user