1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/sqlmap
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
...