mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
8d82a69fb7
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
12 lines
237 B
Markdown
12 lines
237 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
7z a -ttar -an -so $LFILE | 7z e -ttar -si -so
|
|
sudo:
|
|
- code: |
|
|
LFILE=file_to_read
|
|
sudo 7z a -ttar -an -so $LFILE | 7z e -ttar -si -so
|
|
---
|