1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/pipx
2026-01-30 14:02:26 +01:00

14 lines
235 B
Plaintext

---
functions:
inherit:
- code: |-
echo '...' >/path/to/file.py
pipx run /path/to/file.py
comment: |-
This allows to run Python code (`...`).
contexts:
sudo:
unprivileged:
from: python
...