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

cuckoo agent on Android Emulator not responding

Open donatasiv opened this issue 8 years ago • 0 comments

Hi, few days trying to solve issue with Android guest environment. I`m using the third configuration (http://cuckoo-droid.readthedocs.org/en/latest/installation/guest_android_device/) to set up my sandbox. Everything looks fine except one moment: agent on guest machine does not respond. Did investigation: agent is running. Logs from guest manager: .... 2016-04-01 15:30:55,192 [lib.cuckoo.core.guest] INFO: Starting analysis on guest (id=android_x86, ip=192.168.56.105) 2016-04-01 15:30:55,923 [lib.cuckoo.core.guest] DEBUG: android_x86: not ready yet 2016-04-01 15:30:57,928 [lib.cuckoo.core.guest] DEBUG: android_x86: not ready yet

Logs from wireshark (host sends GET request, but nothing comes from agent side): 40 23.003890000 192.168.56.105 192.168.56.1 HTTP/XML 271 HTTP/1.1 200 OK 45 23.013883000 192.168.56.1 192.168.56.105 HTTP 252 GET / HTTP/1.1 User-Agent: python-requests/2.7.0 CPython/2.7.6 Linux/4.2.0-30-generic\r\n Full request URI: http://192.168.56.105:8000/

curl 192.168.56.105:8000 does not respond.

Reposting from: https://github.com/cuckoosandbox/cuckoo/issues/835

donatasiv avatar Apr 07 '16 07:04 donatasiv