From bd07d8d7258a651f303d6788b5b5dc4d93f01244 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sun, 15 Mar 2020 13:29:39 +0100 Subject: [PATCH] Document and fix zsoelim --- _gtfobins/zsoelim.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_gtfobins/zsoelim.md b/_gtfobins/zsoelim.md index c778154..582f50e 100644 --- a/_gtfobins/zsoelim.md +++ b/_gtfobins/zsoelim.md @@ -1,4 +1,5 @@ --- +description: The content is actually parsed and corrupted by the command, thus it may not be suitable for arbitrary files. functions: file-read: - code: | @@ -7,7 +8,7 @@ functions: suid: - code: | LFILE=file_to_read - zsoelim "$LFILE" + ./zsoelim "$LFILE" sudo: - code: | LFILE=file_to_read