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