Closed OtisOat closed 3 years ago
you can set it to 0, do you know what will happend to your OS when your disk will reach of of space? everything will just crash
@doomedraven yup, I know. That’s why I am asking what’s wrong with the setup instead of setting to 0. From disk management, there are still 50GB free space. Not sure why cape is complaining that there are not enough free space when the setting is just 50MB.
dude as i told cape out of the box is ready for production and nobody wants to break their production, as msg tells you can change that to anything that you want, thats all,
50gb of space is nothing for production, less then 25 analysis and you out of memory :D
I think there is a misunderstanding here. I know that 50GB is nothing for production too. My question is even though there is ample of space in the VM (50GB now), CAPE is complaining that there is insufficient space (In confg file, is freespace=50MB). Hence even if I allocate 1TB to CAPE VM, CAPE will still be complaining that there is insufficient space. Why?
I have a separate question on setting up Win10 Guest machines. I did the same setup for win7 x86 and x64 machines and have no issues detonating ChromeSetup.exe
. (Chrome setup ran successfully and the results are returned to Cape). However, for Win10, it seems to be stuck at caller_dispatch
(Please refer to the screenshots)
Both are 32bits and have disabled both firewall and Windows Defender.
Check config.c in capemon for some monitor options that will allow you to gain more insight into these errors - you have now firmly entered 'unsupported' territory with Windows10 (especially 32-bit) and Chrome. I have spent a lot of time trying to get Chrome working but it doesn't work well with capemon's hooks so I'm sorry to say, but I wouldn't even bother installing it,
(Also your monitor is out of date)
@kevoreilly I tried with other binaries too like python installer, etc but all seems to be stuck at the same location. Oh i didnt know Win10 x86 is unsupported. May I ask if Win10x64, Ubuntu of different architecture are supported?
I am working on Win10 - check capemon issues
(But I don't see the point in working on 32-bit as it's almost obsolete)
@kevoreilly okay. Thank you for the update :)
As for outdated capemon, I installed via @doomedraven cape2.sh
script recently. May I ask how I can update it?
Thank you
sudo su cape cd /opt/CAPEv2/ git pull
@kevoreilly Thank you so much! :)
don't get me wrong but did you read readme and docs? https://github.com/kevoreilly/CAPEv2/#how-to-update
About accounts on capesandbox.com
This is opensource and you getting free support so be friendly!
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
Cape2 to finish processing the scanned file and generate a report or some event happening in the analysis machine.
Current Behavior
Stuck in the pending stage from Web UI.
Failure Information (for bugs)
It looks like the process has exited with error code 1. However, the UI is still up and stuck in the pending stage.
Steps to Reproduce
However, instead of using qemu, I have set up several VMs in the same custom VMNet.
netstat -ano
[physical01]
Specify the label name of the current machine as specified in your
physical machine configuration.
label = physical01
Specify the operating system platform used by current machine
[windows/darwin/linux].
platform = windows
Specify the IP address of the current machine. Make sure that the IP address
is valid and that the host machine is able to reach it. If not, the analysis
will fail.
ip = 192.168.1.2
If you have not provided a resultserver in cuckoo.conf you can do it here
If you are using machinery "multi" you may have multiple networks connected to your CAPE host
and thus multiple possible ways for your analysis machines to connect so you can specify the
IP and port here
resultserver_ip = 192.168.1.1 resultserver_port = 2042