Merge pull request #174 from arky/adb-keygen-fix

Create adb keys (Fixes #165)
This commit is contained in:
Nex 2021-08-21 18:43:14 +02:00 committed by GitHub
commit 67d8820cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,10 @@ RUN mkdir /opt/android \
# Create alias for adb
&& echo 'alias adb="/opt/android/platform-tools/adb"' >> ~/.bashrc
# Generate adb key folder
# ------------------------------
RUN mkdir /root/.android && /opt/android/platform-tools/adb keygen /root/.android/adbkey
# Setup investigations environment
# --------------------------------
RUN mkdir /home/cases