Closed fulco closed 9 years ago
Should be fixed now, thanks!
I just reran with a brand new wiped install. I now get the following when attempting to run in auto. I should note when I switched off mongo in reporting.conf and switched to elasticsearch, the problem went away.
Everything else looks identical to my previous message.
DEBUG:lib.cuckoo.core.plugins:Running signature "webmail_phish"
ERROR:root:Exception when processing task ID 10.
Traceback (most recent call last):
File "./process.py", line 142, in autoprocess
ar.get()
File "/usr/lib/python2.7/multiprocessing/pool.py", line 558, in get
raise self._value
NameError: global name 'mongoconf' is not defined
Thanks for the time and work.
This will fix it. I never changed the config variable for the mongodb stuff when I integrated ES.
https://github.com/brad-accuvant/cuckoo-modified/pull/145
Multiprocessing traceback masked the actual issue -- thanks for spotting this.
Much appreciated!
I have flushed my database and even done a complete wipe and reinstall of my install and all databases involved. If I turn the processing back on in the cuckoo module it completes fine. Every time I try to run it standalone, then it crashes on me.
The standalone command I use. (Yes, I disable processing in cuckoo.conf before running this.)
Here's the debug output from a recent run (both methods) on a sample that worked in my version installed from June.
The error reported is:
Any suggestions on what I'm doing wrong, is something in process.py acting up, or is it my python setup? Although it does work fine with all the other python tools I use at the moment.
Thanks for your time.