From fe7b3d797f1a0bc433f9efdd82746b0fb5f06be5 Mon Sep 17 00:00:00 2001 From: LinuxSploit <68427058+LinuxSploit@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:53:52 +0500 Subject: [PATCH] Add gtester file-write Co-authored-by: Andrea Cardaci --- _gtfobins/gtester.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_gtfobins/gtester.md b/_gtfobins/gtester.md index abe70bd..22a1554 100644 --- a/_gtfobins/gtester.md +++ b/_gtfobins/gtester.md @@ -1,5 +1,10 @@ --- functions: + file-write: + - description: Data to be written appears in an XML attribute in the output file: ``. + code: | + LFILE=file_to_write + gtester "DATA" -o $LFILE shell: - code: | TF=$(mktemp)