Skip to content

Docker image for sqlmap (git) based off of Alpine Linux

License

Notifications You must be signed in to change notification settings

berney/docker-sqlmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for sqlmap (git) based off of Alpine Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published