Dockerized sqlmap from github (git)
Image is based on the alpine base image
This repository is based off k0st/alpine-sqlmap and tuxtimo/sqlmap.
cd docker-sqlmap
docker build --rm -t berney/sqlmap .
OR
cd docker-sqlmap
make build
docker run -it --rm -v sqlmap-data:/work berney/sqlmap -s /work/session.sqlite -u http://scanme.nmap.com/?id=1 -p id
OR
make run