https://github.com/sjinks/docker-alpine-sqlmap
Alpine-based Docker image for sqlmap
https://github.com/sjinks/docker-alpine-sqlmap
alpine-image docker-image pentest-tool security security-tool sqlmap
Last synced: 11 months ago
JSON representation
Alpine-based Docker image for sqlmap
- Host: GitHub
- URL: https://github.com/sjinks/docker-alpine-sqlmap
- Owner: sjinks
- Created: 2020-12-25T20:11:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T19:26:12.000Z (11 months ago)
- Last Synced: 2025-02-26T20:29:08.514Z (11 months ago)
- Topics: alpine-image, docker-image, pentest-tool, security, security-tool, sqlmap
- Language: Dockerfile
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-alpine-sqlmap
Alpine-based image for [sqlmap](http://sqlmap.org/)
## Usage
```bash
docker run -it --rm -v $PWD/sqlmapdata:/.local:rw wildwildangel/sqlmap --help
```