Added unfurl as a tool

This commit is contained in:
tabledevil
2023-11-30 09:13:58 +01:00
parent 64f876a7f6
commit b1e0f77415

View File

@@ -74,6 +74,10 @@ RUN chmod +x /usr/bin/capa
### JS Sandbox
RUN npm install box-js --global --production
### Install Unfurl
RUN pip install dfir-unfurl
RUN pip uninstall -y flask-restx && pip install flask-restx
### LATER
#RUN git clone https://github.com/buffer/pyv8.git ; cd pyv8 ; python setup.py build && python setup.py install && cd .. && rm -rf pyv8
#RUN git clone https://github.com/buffer/libemu.git ; cd libemu ; autoreconf -v -i && ./configure --prefix=/opt/libemu && make install && cd .. && rm -rf libemu2