mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fix typo in xargs
This commit is contained in:
parent
2463f9477a
commit
de8d657479
@ -7,7 +7,7 @@ functions:
|
|||||||
suid-enabled:
|
suid-enabled:
|
||||||
- code: ./xargs -a /dev/null /usr/bin/id
|
- code: ./xargs -a /dev/null /usr/bin/id
|
||||||
file-read:
|
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: |
|
code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
xargs -a "$LFILE" -0
|
xargs -a "$LFILE" -0
|
||||||
|
Loading…
Reference in New Issue
Block a user