Files
2026-01-08 07:53:23 +01:00

13 lines
207 B
Plaintext

---
functions:
inherit:
- code: |-
sqlmap -u 127.0.0.1 --eval='...'
comment: |-
This allows to run Python code (`...`).
contexts:
sudo:
unprivileged:
from: python
...