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.
- Host: GitHub
- URL: https://github.com/toshy/docker-sqlmap
- Owner: ToshY
- License: mit
- Created: 2024-10-21T20:50:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:57:02.000Z (over 1 year ago)
- Last Synced: 2024-10-22T09:06:33.696Z (over 1 year ago)
- Topics: docker-sqlmap, sqlmap, sqlmap-docker
- Language: Dockerfile
- Homepage: https://toshy.github.io/docker-sqlmap/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🕵 docker-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).