Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 732 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 732 Bytes

berney/sqlmap

Dockerized sqlmap from github (git)

Image is based on the alpine base image

This repository is based off k0st/alpine-sqlmap and tuxtimo/sqlmap.

Docker image size

Latest

Docker Image Build

cd docker-sqlmap
docker build --rm -t berney/sqlmap .

OR

cd docker-sqlmap
make build

Docker Image Usage

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