added Box-JS to Analysis container
ci/woodpecker/cron/static-analysis Pipeline was successful Details
ci/woodpecker/cron/builder Pipeline was successful Details
ci/woodpecker/cron/vm-builder Pipeline was successful Details

main
Johannes Bülow 2024-01-13 11:57:32 +01:00
parent 2de5facff3
commit 9dcc079675
Signed by untrusted user who does not match committer: jmb
GPG Key ID: B56971CF7B8F83A6
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ RUN git clone https://github.com/MITRECND/malchive.git && cd malchive && pip ins
## CAPA
RUN wget https://github.com/mandiant/capa/releases/download/v6.1.0/capa-v6.1.0-linux.zip -O capa.zip \
&& unzip capa.zip && chmod +x capa && mv capa /usr/local/bin/
## Box-JS
RUN curl -fsSL https://deb.nodesource.com/setup_21.x | bash - \
&& apt-get install -y nodejs \
&& npm install --global box-js
## CLEANUP
RUN apt-get -y autoremove \
&& apt-get clean -y \