Closed jhg closed 9 years ago
Can you provide us with the sqlalchemy version you're using, which line this error occurs, etc etc?
Closing this issue as proper information is lacking (and this bug seems very unlikely to me).
Ran into the same issue by accident. Please paste the full stacktrace next time ;-)
@jbremer I read it now, sorry, next time I paste full stacktrace :D
@jbremer
I am running into the issue
Traceback (most recent call last):
File "./cuckoo.py", line 20, in
rene@malware:~/cuckoo$ python cuckoo.py
Traceback (most recent call last):
File "cuckoo.py", line 20, in
can i get help
provide answers to second comment here plz
First of all, please upgrade to 2.0-rc2
as per http://cuckoosandbox.org/
Secondly, please fill out the configuration correctly - you're missing the [database]
section in cuckoo.conf
.
@jbremer thanks.
The next problem i face now. When i run python cuckoo.py, i get [root] CRITICAL: CuckooCriticalError: Unable to import plugin "modules.processing.behavior": No module named dateutil.parser
https://github.com/cuckoosandbox/cuckoo/blob/master/requirements.txt#L30 you have missed deps
@doomedraven , can i get a guide , thanks
read it -> http://docs.cuckoosandbox.org/en/latest/installation/host/requirements/
In order to properly function, Cuckoo requires some dependencies. They can all be installed through PyPI like this:
$ sudo pip install -r requirements.txt
Could not find .egg-info directory in install record for Pillow==3.2.0 (from peepdf==0.3.2->-r requirements.txt (line 23)) Running setup.py install for pythonaes
Could not find .egg-info directory in install record for pythonaes==1.0 (from peepdf==0.3.2->-r requirements.txt (line 23)) Successfully installed Pillow pythonaes Cleaning up...
any idea on this
Cuckoo Sandbox 2.0-rc2 www.cuckoosandbox.org Copyright (c) 2010-2015
Checking for updates... Good! You have the latest version available.
2016-11-25 11:11:15,422 [lib.cuckoo.core.scheduler] INFO: Using "virtualbox" as machine manager Oops! Cuckoo failed in an unhandled exception! Sometimes bugs are already fixed in the development release, it is therefore recommended to retry with the latest development release available https://github.com/cuckoosandbox/cuckoo If the error persists please open a new issue at https://github.com/cuckoosandbox/cuckoo/issues
=== Exception details === Cuckoo version: 2.0-rc2 OS version: posix OS release: Ubuntu 14.04 trusty Python version: 2.7.6 Machine arch: x86_64
Traceback (most recent call last):
File "cuckoo.py", line 122, in
@ikennarene You're missing the platform
configuration value in your virtualbox.conf
.
@jbremer @doomedraven Thanks alot.
This is my recent issue, after analysis and i click on Network Analysis , i get the below error. I have tried to install httpreplay, but still have the error.
Deprecation note: While processing this analysis you did not have the httpreplay Python library installed. Installing this library (i.e., pip install httpreplay) will allow Cuckoo to do more proper PCAP analysis including but not limited to showing full HTTP and HTTPS (!) requests and responses. It is recommended that you install this library and possibly reprocess any interesting analysis tasks.
is nto error, just warning, and that is solved in package branch, so just ignore it if you installed dependencies from requieremnt.txt
thanks, but am not able to run PCAP file.
and i get this error under information on execution:
Error: Machinery error: VBoxManage exited with error restoring the machine's snapshot
What do you mean run pcap? Can you verify manusaly what you can restore snapshot and it in runned state and communication with vm works with curl vmip:8000 you should get error 50x
pcap file. I have some malware file with pcap extension and all are in zip file, so when import it into cuckoo i get the warning (Deprecation note: While processing this analysis you did not have the httpreplay Python library installed. Installing this library (i.e., pip install httpreplay) will allow Cuckoo to do more proper PCAP analysis including but not limited to showing full HTTP and HTTPS (!) requests and responses. It is recommended that you install this library and possibly reprocess any interesting analysis tasks.), thats why i want to know if there is a way to solve the warning.
Also, i want to enable malheur in my reporting.conf, i already enable = yes, but i still not getting result for malheur
don't care about this, i told is solved in package and is not a bug and error, is just warning
Deprecation note: While processing this analysis you did not have the httpreplay Python library installed. Installing this library (i.e., pip install httpreplay) will allow Cuckoo to do more proper PCAP analysis including but not limited to showing full HTTP and HTTPS (!) requests and responses. It is recommended that you install this library and possibly reprocess any interesting analysis tasks.
cuckoo v2 not support pcap analysis
just started seeing this error after using cuckoo yesterday and working fine.
ERROR :-( Error adding task to Cuckoo's database.