mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2024-11-08 07:49:17 +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