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

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

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'
```