bump dionaea to 0.9.2

This commit is contained in:
t3chn0m4g3 2020-10-28 16:45:53 +00:00
parent 4bf245d13b
commit e3fda4d464
2 changed files with 3 additions and 2 deletions

View file

@ -36,7 +36,7 @@ RUN apt-get update -y && \
# #
# Get and install dionaea # Get and install dionaea
# Latest master is unstable, SIP causes crashing # Latest master is unstable, SIP causes crashing
git clone --depth=1 https://github.com/dinotools/dionaea -b 0.8.0 /root/dionaea/ && \ git clone --depth=1 https://github.com/dinotools/dionaea -b 0.9.2 /root/dionaea/ && \
cd /root/dionaea && \ cd /root/dionaea && \
#git checkout 1426750b9fd09c5bfeae74d506237333cd8505e2 && \ #git checkout 1426750b9fd09c5bfeae74d506237333cd8505e2 && \
mkdir build && \ mkdir build && \

View file

@ -11,7 +11,8 @@ RUN apk -U add \
mkdir -p /usr/src/app/ && \ mkdir -p /usr/src/app/ && \
cd /usr/src/app/ && \ cd /usr/src/app/ && \
git clone https://github.com/mobz/elasticsearch-head . && \ git clone https://github.com/mobz/elasticsearch-head . && \
git checkout d0a25608854479f0b3f2dca24e8039a2fd66b0e2 && \ # git checkout d0a25608854479f0b3f2dca24e8039a2fd66b0e2 && \
git checkout 2932af571b84017f87bc1c5beee5b6dfbf11b0a5 && \
npm install http-server && \ npm install http-server && \
sed -i "s#\"http\:\/\/localhost\:9200\"#window.location.protocol \+ \'\/\/\' \+ window.location.hostname \+ \'\:\' \+ window.location.port \+ \'\/es\/\'#" /usr/src/app/_site/app.js && \ sed -i "s#\"http\:\/\/localhost\:9200\"#window.location.protocol \+ \'\/\/\' \+ window.location.hostname \+ \'\:\' \+ window.location.port \+ \'\/es\/\'#" /usr/src/app/_site/app.js && \
# #