https://github.com/evenh/sqlmap
Dockerized version of sqlmap
https://github.com/evenh/sqlmap
docker sqlmap
Last synced: 6 months ago
JSON representation
Dockerized version of sqlmap
- Host: GitHub
- URL: https://github.com/evenh/sqlmap
- Owner: evenh
- Created: 2018-06-20T20:28:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T20:42:48.000Z (over 7 years ago)
- Last Synced: 2025-06-20T16:11:28.792Z (7 months ago)
- Topics: docker, sqlmap
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sqlmap
Dockerized version of [sqlmap](https://github.com/sqlmapproject/sqlmap/releases).
## How to use?
Add this alias to .zshrc or .bashrc
```bash
alias sqlmap='docker run --rm -it -v /tmp/sqlmap:/root/.sqlmap/ evenh/sqlmap'
```