This commit is contained in:
t3chn0m4g3 2020-03-05 23:22:03 +00:00
parent 692a21ddb1
commit 941a0e1587

View file

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