first send.

This commit is contained in:
Marcos Nazário 2019-07-31 07:50:14 -03:00 committed by GitHub
parent 9e8aec37c8
commit 8cf9581027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM python:3.8.0b2-alpine3.10
LABEL version="1.3.7.42" \
docker_build="docker build -t sqlmapproject/sqlmap:1.3.7.42 ." \
docker_run="docker run --rm -ti sqlmapproject/sqlmap:1.3.7.42 --url http://www.example.com"
COPY [".", "/sqlmap"]
WORKDIR /sqlmap
ENTRYPOINT ["python", "sqlmap.py"]