mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-24 13:59:17 +01:00
Fix typo in xargs
This commit is contained in:
parent
2463f9477a
commit
de8d657479
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user