An open API service indexing awesome lists of open source software.

https://github.com/toshy/docker-sqlmap

Docker image for sqlmap.
https://github.com/toshy/docker-sqlmap

docker-sqlmap sqlmap sqlmap-docker

Last synced: about 2 months ago
JSON representation

Docker image for sqlmap.

Awesome Lists containing this project

README

          

🕵 docker-sqlmap


Security check



A docker image for sqlmap.

## 📝 Quickstart

```shell
docker run -it --rm \
-u $(id -u):$(id -g) \
-v ${PWD}/sqlmap:/.local/share/sqlmap
ghcr.io/toshy/docker-sqlmap:latest
```

## 📜 Documentation

The documentation is available at [https://toshy.github.io/docker-sqlmap](https://toshy.github.io/docker-sqlmap).

## ❕ License

This repository comes with a [MIT license](./LICENSE).