mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-25 19:54:14 +02:00
Remove adiff since is ar that actually reads here
This commit is contained in:
@@ -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*
|
||||
---
|
Reference in New Issue
Block a user