1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 00:06:03 +02:00

Create soelim.md

This commit is contained in:
bcoles 2020-03-17 17:19:10 +11:00 committed by Andrea Cardaci
parent 4cb792888c
commit 0e78ab8010

16
_gtfobins/soelim.md Normal file
View File

@ -0,0 +1,16 @@
---
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
soelim "$LFILE"
suid:
- code: |
LFILE=file_to_read
./soelim "$LFILE"
sudo:
- code: |
LFILE=file_to_read
sudo soelim "$LFILE"
---