From 0e78ab80100e2fce9c6239e3908a8b90f8c17e13 Mon Sep 17 00:00:00 2001 From: bcoles Date: Tue, 17 Mar 2020 17:19:10 +1100 Subject: [PATCH] Create soelim.md --- _gtfobins/soelim.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _gtfobins/soelim.md diff --git a/_gtfobins/soelim.md b/_gtfobins/soelim.md new file mode 100644 index 0000000..cc504ea --- /dev/null +++ b/_gtfobins/soelim.md @@ -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" +---