-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Android VM got killed directly after Start #697
Comments
Ah interesting. This bug is unrelated to #696 for the reasons outlined by my last comment on that issue :-) Could you start the Android emulator, make sure it runs the Agent, and then |
OK - we poked around a bit: Tested with activated the VM by hand (so it doesn't shut down with the above mentioned error) and did an adb shell /data/local/agent.sh than we mapped VM port 8000 to Host port 5001 an curled a bit: $ curl localhost:5001
<head>
<title>Error response</title>
</head>
<body>
<h1>Error response</h1>
<p>Error code 501.
<p>Message: Unsupported method ('GET').
<p>Error code explanation: 501 = Server does not support this operation.
</body> |
We now tried agent.py from jbremer/agent. shell with agent.py |
Not so fast, I didn't say that the Android Analyzer supports the new Agent ;-) |
Quick question, does your host have the http_proxy set? I should note that I am currently waiting for a dedicated "dirty line". While I am waiting for that to be installed I am using my lab network which obviously goes through a proxy. Just trying to get this up, documented and play with it. |
Ok, i did not expect 501 to be correct ;) IP settings are as in documentation. cuckoo.conf avd.conf
No Proxy or http_proxy present. |
You could try an older version, i.e., our |
We got 1.2 running and analysis working. Don't know yet why new version is not working. |
@jbremer Any updates on this? |
No, will have to check back later. |
hey @jbremer - we really wanna implement this into our pipleline - is there anything going to happen? |
@benjo9 did you re-check this in our setup? |
I get $ curl localhost:5001 {"message": "Cuckoo Agent!", "version": "0.1"} as well but the analysis does not complete for me. I see the "analysis still running" prompt and then a timeout. Any pointers ? |
Hey,
our Setup based on the git Repo starts the AVD.
We used the CuckooDroid-Docs for Preparing the Guest (Android Emulator).
But the VM shuts down after a few seconds with the following output.
What could cause this?
Thanks for the Hints
and this is possibly a duplicate of #696
The text was updated successfully, but these errors were encountered: