This commit is contained in:
t3chn0m4g3 2020-02-14 17:26:53 +00:00
parent faa5667246
commit 153f7be9dc

View file

@ -27,8 +27,7 @@ RUN apt-get update -y && \
# #
# Install honeytrap from source # Install honeytrap from source
cd /root/ && \ cd /root/ && \
# git clone https://github.com/armedpot/honeytrap && \ git clone https://github.com/armedpot/honeytrap && \
git clone https://github.com/t3chn0m4g3/honeytrap-1 /root/honeytrap && \
cd /root/honeytrap/ && \ cd /root/honeytrap/ && \
autoreconf -vfi && \ autoreconf -vfi && \
./configure \ ./configure \