LarryLuTW / sqlmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sqlmap in docker

This repository is the docker image of sqlmap. If you don’t want to install sqlmap on your computer like me, you can try the docker image on DockerHub.

Usage

alias sqlmap="docker run -it larry850806/sqlmap"
sqlmap --url www.example.com/login

For more advanced usage, please go to sqlmap Github

About


Languages

Language:Dockerfile 72.0%Language:Shell 28.0%