-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcuckoo_install_3.sh
37 lines (28 loc) · 1.13 KB
/
cuckoo_install_3.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#!/bin/bash
#Program:
# This program is used to install cuckoo
# Reference site:
# https://cuckoo.sh/docs/installation/host/installation.html
# https://stackoverflow.com/questions/41407396/is-gui-for-android-sdk-manager-gone
# https://github.com/idanr1986/cuckoo-droid/blob/master/README.md
# Run this on another terminal
cd cuckoo/utils/android_emulator_creator/
sudo pip install adb
sudo apt-get install adb -y
bash create_guest_avd.sh
cd ~/cuckoo/agent/android/java_agent/
adb install CuckooAgent.apk
# First modify the setting the the phone
#Follow the following steps to set up the emulator
# Press settings->Security->screenlock->none
# Press settings->Display->sleep->30 minutes
# Start Generate contacts app
# Start Supersuser app
# Start Xposedinstaller app
# In Modules, check both packages Droidmon , Android Blue Pill
# Press Framework -> OK -> Install -> Allow -> Cancel
# (if it shows rooted fail -> Press install -> Cancel)
# Press Soft reboot -> OK
# After emulator restarted completely, don't close it.
# ??????
# cp ~/.android/avd/aosx.avd/system-qemu.img ~/android-sdk-linux/system-images/android-16/default/armeabi-v7a/system.img