cuckoo-droid icon indicating copy to clipboard operation
cuckoo-droid copied to clipboard

The cuckoo.py is not working...

Open xorud1993 opened this issue 7 years ago • 5 comments

When I installed CuckooDroid to YouTube(https://www.youtube.com/playlist?list=PLWHO6M8IznQBPzRlcrZ99LG0n4bktm0x8) and tried to run cuckoo.py, the message. image What should I do in this case?

xorud1993 avatar May 16 '18 12:05 xorud1993

Hey, sorry for my last comment which was misleading. Did you tried disabling the googleplay from the config files.

wickywaka avatar May 16 '18 17:05 wickywaka

We've solved the Android problem above.

But another problem occurred.

When uploading APK files, an error ' Error adding task to cuckook's database. ' image

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

How do you think we should solve this problem?

xorud1993 avatar May 18 '18 10:05 xorud1993

@xorud1993 did you try cleaning up your installation of mongodb? and what command line errors do you see if any?

muhzii avatar May 23 '18 23:05 muhzii

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

GoatYoung avatar Sep 28 '18 10:09 GoatYoung

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

h20190011 avatar Nov 03 '20 09:11 h20190011