Open wickywaka opened 7 years ago
nmapping my host shows that VBoxXPCOMIPCD
is listening on ports 2042. I changed the port in cuckoo.conf to 3042 and now the warning is gone.. But the ip(0.0.0.0) problem is persistent.
This time the error is Analysis failed: No Apps Were Lunched!
and the analysis webpage show
By taking a look at the kernel log after the snapshot is restored using dmesg
, I notice that the eth0
is is made down
and then up
. I am not perfectly sure if it happens after restoring the snapshot or during the process of making the snapshot. Here is the screenshot of dmesg
:
I took a snapshot(snappy) of restored snapshot(clean_snapshot) session and when I restored the snappy and had a look at the dmesg, it looks like this:
By cheating a little bit I managed to launch the app in x86 emulator. The way I did it was that I move it to dhcp and in the virutalbox configuartion for dhcp selected the range so that only one IP address is available and hence emulator gets that ip address when its restored.
Hi @waqarrashid33 just want to know one thing is internet working on android machine?? If Yes then How ?? I also configured the same thing waiting for positive reply.
I don't remember exactly but I think internet doesn't work when the snapshot is restored and apk is submitted. I don't have the setup right now to verify it.
@waqarrashid33 I am also facing the same problem ? Guest vm ip is set to 0.0.0.0 . How can i get rid of this problem . Can you elaborate ?
By cheating a little bit I managed to launch the app in x86 emulator. The way I did it was that I move it to dhcp and in the virutalbox configuartion for dhcp selected the range so that only one IP address is available and hence emulator gets that ip address when its restored.
can you explain it more clearly ?
I don't remember exactly but I think I meant that dhcp ip range 192.168.1.100-192.168.1.101 or something like that so that there is only one IP address left to be assigned by dhcp and hence that would be assigned to vm.
I didn't have any success with x86 android and had to move to Goldfish android emulator. I read somewhere in the issues that some people managed to make Android x86 work. I don't know but you should look for those and may be they can help you.
My configuration:
I configured IP addresses according to this guide
Below is the result of
netcfg
on android terminal.Android vm IP = 192.168.56.10
After doing everything and checking on nmap that guest is listening on port 8000 (see screenshot) I took the snapshot with name "clean_snapshot" and turned the guest off.
But when I run cuckoo and submits an apk for analysis, it gives error of
the guest initialization hit the critical timeout, analysis aborted
, looking in #823 I tried to nmap or ping the ip which the guest supposed to have but it gives me nothing. Since the wondow of guest visible at that time, I tried to check its ip by usingnetcfg
in its terminal and it gives the following result:I am also getting one error related to resultserver, Which can be seen below:
Here is my virtualbox.conf file contents:
I am new to cuckoo so there may be something in the installation or configuration that I hadn't done properly. Let me know if you need more information.