mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 14:36:23 +01:00
15 lines
245 B
Plaintext
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
|
|
...
|