From d14b69c12fb652a2323b17e5d6c0752450c3847d Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sun, 3 Jun 2018 11:41:27 +0200 Subject: [PATCH] Add comment to puppet about diff --- _gtfobins/puppet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/puppet.md b/_gtfobins/puppet.md index 9ac0609..de2c5ef 100644 --- a/_gtfobins/puppet.md +++ b/_gtfobins/puppet.md @@ -11,7 +11,7 @@ functions: export CMD="/usr/bin/id" sudo puppet apply -e "exec { '$CMD': logoutput => true }" file-read: - - description: The read file content is corrupted by the `diff` output format. + - description: The read file content is corrupted by the `diff` output format. The actual `/usr/bin/diff` command is executed. code: | export LFILE=file_to_read puppet filebucket -l diff /dev/null $LFILE