From de8d6574793a1d1cfae27b94d557e7f3e7106457 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Sun, 3 Jun 2018 12:11:46 +0200 Subject: [PATCH] Fix typo in xargs --- _gtfobins/xargs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/xargs.md b/_gtfobins/xargs.md index 35d8386..5945187 100644 --- a/_gtfobins/xargs.md +++ b/_gtfobins/xargs.md @@ -7,7 +7,7 @@ functions: suid-enabled: - code: ./xargs -a /dev/null /usr/bin/id file-read: - - description: This works as long as the file does not contain the NUL character, also a trailing `$'\n'` is added. The actual `/bin/echo` command is executed. This GNU version only. + - description: This works as long as the file does not contain the NUL character, also a trailing `$'\n'` is added. The actual `/bin/echo` command is executed. GNU version only. code: | LFILE=file_to_read xargs -a "$LFILE" -0