mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 16:39:54 +03:00
first send.
This commit is contained in:
parent
9e8aec37c8
commit
8cf9581027
11
Dockerfile
Normal file
11
Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user