Create soelim.md

master
bcoles 2020-03-17 17:19:10 +11:00 committed by Andrea Cardaci
parent 4cb792888c
commit 0e78ab8010
1 changed files with 16 additions and 0 deletions

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"
---