mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-07-26 12:13:13 +02:00
11
_gtfobins/7z.md
Normal file
11
_gtfobins/7z.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
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
|
||||
---
|
Reference in New Issue
Block a user