Sign inSign up

ftmahringer/sqlmap

By ftmahringer

โ€ขUpdated over 1 year ago
Archived

A minimal multi-arch Docker image for sqlmap with Python 3 preinstalled. amd64 and arm64

Image
Security
0

212

ftmahringer/sqlmap repository overview

โ sqlmap Docker Image ๐Ÿณ

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.

โ โœ… Features

  • ๐Ÿ Python 3 and sqlmap preinstalled
  • ๐Ÿ—๏ธ Multi-architecture: supports amd64 and arm64 (works on Apple M1/M2)
  • ๐Ÿ’ก Minimal and fast
  • ๐Ÿงช Ready for local testing or automation scripts

โ ๐Ÿ“ฅ Pull the Image

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

Tag summary

Content type

Image

Digest

sha256:67386e706โ€ฆ

Size

88.7 MB

Last updated

over 1 year ago

docker pull ftmahringer/sqlmap