1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00
GTFOBins.github.io/_gtfobins/7z.md

12 lines
237 B
Markdown
Raw Normal View History

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