mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-03-13 19:18:09 +01:00
12 lines
243 B
Markdown
12 lines
243 B
Markdown
---
|
|
functions:
|
|
shell:
|
|
- code: yarn exec /bin/sh
|
|
- code: |
|
|
TF=$(mktemp -d)
|
|
echo '{"scripts": {"preinstall": "/bin/sh"}}' > $TF/package.json
|
|
yarn --cwd $TF install
|
|
sudo:
|
|
- code: sudo yarn exec /bin/sh
|
|
---
|