1 Star 1 Fork 0

mo/fsociety

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 477 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ev3 提交于 2018-01-10 00:54 +08:00 . Fix docker error for nmap and arachni
# Use Python 2.7 Slim
FROM python:2.7-slim
# Update Repos
RUN apt-get update \
&& apt-get install -qq -y --no-install-recommends build-essential sudo git wget curl nmap ruby \
&& apt-get clean
# Install Python dependecies
RUN pip install requests
# Install fsociety
RUN git clone https://github.com/Manisso/fsociety.git \
&& cd fsociety \
&& chmod +x install.sh \
&& ./install.sh
# Hack to keep the container running
CMD python -c "import signal; signal.pause()"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mo_sen/fsociety.git
git@gitee.com:mo_sen/fsociety.git
mo_sen
fsociety
fsociety
master

搜索帮助