A minimal multi-arch Docker image for sqlmap with Python 3 preinstalled. amd64 and arm64
212
A minimal Docker image to run sqlmapโ โ the automatic SQL injection and database takeover tool โ inside a container. Perfect for testing, automation, or educational use.
amd64 and arm64 (works on Apple M1/M2)docker pull ftmahringer/sqlmap
๐ Example Usage Run sqlmap directly from the container:
docker run --rm --entrypoint "" ftmahringer/sqlmap \ python3 sqlmap.py -u "your-url" --batch
Content type
Image
Digest
sha256:67386e706โฆ
Size
88.7 MB
Last updated
over 1 year ago
docker pull ftmahringer/sqlmap