mirror of
https://github.com/mvt-project/mvt.git
synced 2026-09-03 16:41:05 +02:00
Add useful forensic analysis tools
This commit is contained in:
+12
-1
@@ -119,12 +119,23 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
adb \
|
adb \
|
||||||
|
binutils \
|
||||||
default-jre-headless \
|
default-jre-headless \
|
||||||
|
file \
|
||||||
|
jq \
|
||||||
|
less \
|
||||||
libcurl4 \
|
libcurl4 \
|
||||||
|
libimage-exiftool-perl \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
libusb-1.0-0 \
|
libusb-1.0-0 \
|
||||||
|
moreutils \
|
||||||
|
p7zip-full \
|
||||||
python3 \
|
python3 \
|
||||||
sqlite3
|
ripgrep \
|
||||||
|
sqlite3 \
|
||||||
|
tree \
|
||||||
|
unzip \
|
||||||
|
xxd
|
||||||
COPY --from=build-libplist /build /
|
COPY --from=build-libplist /build /
|
||||||
COPY --from=build-libimobiledevice-glue /build /
|
COPY --from=build-libimobiledevice-glue /build /
|
||||||
COPY --from=build-libtatsu /build /
|
COPY --from=build-libtatsu /build /
|
||||||
|
|||||||
Reference in New Issue
Block a user