Create Dockerfile_README.md

This commit is contained in:
ktx 2017-11-27 22:20:52 +01:00 committed by GitHub
parent 61e74df753
commit 8f83182ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
Dockerfile_README.md Normal file
View File

@ -0,0 +1,19 @@
# SQLMap
## Source
https://github.com/sqlmapproject/sqlmap
## Usage:
```bash
cd sqlmap/
docker build -t sqlmap .
docker run -it sqlmap:latest
```
## Help
```bash
docker run -it sqlmap --wizard
```
### Demo:
[![asciicast](https://asciinema.org/a/141840.png)](https://asciinema.org/a/141840)