mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Add xargs
This commit is contained in:
parent
80f6167334
commit
eb1ada7a62
9
_gtfobins/xargs.md
Normal file
9
_gtfobins/xargs.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
functions:
|
||||||
|
execute-non-interactive:
|
||||||
|
- code: echo yyy | xargs -Ixxx /usr/bin/id
|
||||||
|
sudo-enabled:
|
||||||
|
- code: echo yyy | sudo xargs -Ixxx /usr/bin/id
|
||||||
|
suid-enabled:
|
||||||
|
- code: echo yyy | xargs -Ixxx /usr/bin/id
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user