Quickstart fails along the way - now what #210
Replies: 3 comments
-
|
Hey @LurkingBurper and thank you for reporting the issue. Cuckoo3 is a Python application. For the rest of your questions, please follow our guides at https://cuckoo-hatch.cert.ee/static/docs |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the prompt reply, cert-ee-raidar, I'll do that. And copy on the Python application, I found the Python3 executables for cuckoo at |
Beta Was this translation helpful? Give feedback.
-
|
I reinstalled and cuckoo will start running. Which peices do I need to have running to use cuckoo through the web GUI (submits and analysis)? I run cuckoo //runs but always 2 errorsr: Worker disconnected unnexpectedly. workernames post=0 and identification=0 I can reach the cuckoo web gui, and walk through the submittal menus even, but Submit button doesn't do anything. Do I need to have qemu or vmcloak running as well, or tell the cuckoo web process where the cuckoo engine is? I appreciate any tips on the architecture and standing up a working instantiaion of all the peices. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, first I'd like to thank you for your work and contributions to this project. This toolset is very useful and needed, and this product wouldn't be possible without your great minds. Please let me know where I can contribute monitarily to your Project.
Now that that's out of the way. I'm on Ubuntu 22.04, Python 3.10, and running the cuckoo quickstart as recommended. It fails after creating the 3 win10vm, something about a worker stopped responding.
How do I pickup where the installer left off, and how do I interact with the platform? I attempt to run cuckoo commands, but no cuckoo proces is even installed "cuckoo: command not found". How do I start the overarching cuckoo aplication?
The current issue I'm having is
ERROR [cuckoo.node.resultserver]: Failed to store new task result. error=IP192.168.30.1 is not mapped to any tasks. Cannot store results.
More Generally, what does this thing look like:
-Is there a Cuckoo Web UI to interface with? To drag files in to test, etc.. it
-What application is running the web servers
-How do I restart the process? cuckoo and vmcloak don't seem to be installed a processes
-What interface should the cuckoo UI/results page be hosted at; 192.168.30.2?
-Where would I put/how would I create other VMs, like Linux, to have cuckoo use that one instead?
I'm new to the project and may be missing something obvious, and I appreciate any insight you can provide.
Beta Was this translation helpful? Give feedback.
All reactions