mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
disable 3rd party plugins
At least one of them was corrupt on Github which seems unlikely, hence not trustworthy
This commit is contained in:
@ -35,12 +35,12 @@ RUN apk -U --no-cache add \
|
|||||||
cd / && \
|
cd / && \
|
||||||
|
|
||||||
# Setup plugins, rebuild bundle
|
# Setup plugins, rebuild bundle
|
||||||
cd /usr/share/kibana/plugins && \
|
#cd /usr/share/kibana/plugins && \
|
||||||
wget https://github.com/dlumbrer/kbn_radar/releases/download/Kibana-6.X/kbn_radar.tar.gz && \
|
#wget https://github.com/dlumbrer/kbn_radar/releases/download/Kibana-6.X/kbn_radar.tar.gz && \
|
||||||
wget https://github.com/dlumbrer/kbn_network/releases/download/6.0.X-1/network_vis.tar.gz && \
|
#wget https://github.com/dlumbrer/kbn_network/releases/download/6.0.X-1/network_vis.tar.gz && \
|
||||||
tar xvfz kbn_radar.tar.gz && \
|
#tar xvfz kbn_radar.tar.gz && \
|
||||||
tar xvfz network_vis.tar.gz && \
|
#tar xvfz network_vis.tar.gz && \
|
||||||
rm *.tar.gz && \
|
#rm *.tar.gz && \
|
||||||
rm -rf /usr/share/kibana/optimize/bundles/* && \
|
rm -rf /usr/share/kibana/optimize/bundles/* && \
|
||||||
|
|
||||||
# Setup user, groups and configs
|
# Setup user, groups and configs
|
||||||
|
Reference in New Issue
Block a user