The cuckoo.py is not working...
When I installed CuckooDroid to YouTube(https://www.youtube.com/playlist?list=PLWHO6M8IznQBPzRlcrZ99LG0n4bktm0x8) and tried to run cuckoo.py, the message.
What should I do in this case?
Hey, sorry for my last comment which was misleading. Did you tried disabling the googleplay from the config files.
We've solved the Android problem above.
But another problem occurred.
When uploading APK files, an error ' Error adding task to cuckook's database. '

The following setting was made in reporting.conf and mongodb was installed by default via the apt-get command ...

How do you think we should solve this problem?
@xorud1993 did you try cleaning up your installation of mongodb? and what command line errors do you see if any?
2018-09-28 03:14:51,817 [root] DEBUG: Importing modules... 2018-09-28 03:14:52,444 [root] CRITICAL: CuckooCriticalError: Unable to import plugin "modules.machinery.cvd": No module named cvd
hey~friends,how should I fix this problem
I have debugged the issue and found the root cause
Root cause:- (1) Resolve all dependency (2) we need to configure file properly at location:- /conf/avd.conf /conf/cuckoo.conf /conf/processing.conf
We need to make below chages to cuckoodroid/config/*.conf file :-
[googleplay] enabled=No
#path to emulator machine avd_path = /home/test/.android/avd
Repro setup on my local system.
Setup: - Ubuntu 18.04 Python 3.8 Android API 18 Android Linux kernel version 4.4
I have throughly tested the issue after making the above changes. No repro after resolving after two issues.
This bug is fixed, I have raised the pull request to merge