1 Star 0 Fork 0

堆栈虫/snare

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lukas Rist 提交于 2019-03-10 19:56 . Improved docker (#177)
FROM python:3.6-alpine3.8
RUN apk -U --no-cache add git && \
rm -rf /root/* && \
rm -rf /tmp/* /var/tmp/* && \
rm -rf /var/cache/apk/*
RUN pip3 install --no-cache-dir -U pip setuptools
ADD requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
ADD . .
RUN python3 setup.py install
ARG PAGE_URL=example.com
ENV PAGE_URL $PAGE_URL
ENV PORT 80
ENV TANNER tanner.mushmush.org
RUN clone --target "http://$PAGE_URL"
CMD snare --no-dorks true --auto-update false --host-ip 0.0.0.0 --port $PORT --page-dir "$PAGE_URL" --tanner $TANNER
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/stackw0rm/snare.git
git@gitee.com:stackw0rm/snare.git
stackw0rm
snare
snare
master

搜索帮助