mirror of
https://github.com/telekom-security/tpotce.git
synced 2026-05-29 17:24:15 +00:00
pin conpot to latest master
This commit is contained in:
parent
a936653cfa
commit
c07121b930
1 changed files with 2 additions and 3 deletions
|
|
@ -44,10 +44,9 @@ RUN apk --no-cache -U upgrade && \
|
||||||
wget && \
|
wget && \
|
||||||
#
|
#
|
||||||
# Setup ConPot
|
# Setup ConPot
|
||||||
# git clone https://github.com/mushorg/conpot /opt/conpot && \
|
git clone https://github.com/mushorg/conpot /opt/conpot && \
|
||||||
git clone https://github.com/t3chn0m4g3/conpot /opt/conpot && \
|
|
||||||
cd /opt/conpot/ && \
|
cd /opt/conpot/ && \
|
||||||
# git checkout 79399adaf608c33103d076bc9a3a3c2d2172dd1a && \
|
git checkout 31b1f7d273ee4f8c121eb59dcfce4ec2cb35e612 && \
|
||||||
# Change template default ports if <1024
|
# Change template default ports if <1024
|
||||||
sed -i 's/port="2121"/port="21"/' /opt/conpot/conpot/templates/default/ftp/ftp.xml && \
|
sed -i 's/port="2121"/port="21"/' /opt/conpot/conpot/templates/default/ftp/ftp.xml && \
|
||||||
sed -i 's/port="8800"/port="80"/' /opt/conpot/conpot/templates/default/http/http.xml && \
|
sed -i 's/port="8800"/port="80"/' /opt/conpot/conpot/templates/default/http/http.xml && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue