From 6563f199143480833d2c2df22b21213266f5a01f Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Wed, 30 May 2018 11:50:47 +0200 Subject: [PATCH] Remove xargs file-read as it relies on an external program --- _gtfobins/xargs.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/_gtfobins/xargs.md b/_gtfobins/xargs.md index f57acbc..b8fbec1 100644 --- a/_gtfobins/xargs.md +++ b/_gtfobins/xargs.md @@ -6,7 +6,4 @@ functions: - code: sudo xargs -a /dev/null /usr/bin/id suid-enabled: - code: ./xargs -a /dev/null /usr/bin/id - file-read: - - description: This relies on the fact the the file doesn't contain a null char (ASCII 0). - code: xargs --arg-file=file_to_read -0 echo ---