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/pdb
2026-01-07 14:09:26 +01:00

15 lines
245 B
Plaintext

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