This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-12-05 01:38:07 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3f8a62a253c94a2701f5ce4103b17176040b0bea
GTFOBins.github.io
/
_gtfobins
/
xargs.md
Andrea Cardaci
de8d657479
Fix typo in xargs
2018-06-03 12:30:34 +02:00
479 B
Raw
Blame
History
functions
functions
execute-non-interactive
sudo-enabled
suid-enabled
file-read
code
xargs -a /dev/null /usr/bin/id
code
sudo xargs -a /dev/null /usr/bin/id
code
./xargs -a /dev/null /usr/bin/id
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
Reference in New Issue
View Git Blame
Copy Permalink