brad-sp / cuckoo-modified

Modified edition of cuckoo
271 stars 100 forks source link

Failure in AnalysisManager.run #288

Open hecrogu opened 8 years ago

hecrogu commented 8 years ago

My cuckoo reporting is crashed cause of:

File "/opt/cuckoo/lib/cuckoo/core/scheduler.py", line 430, in run self.process_results() File "/opt/cuckoo/lib/cuckoo/core/scheduler.py", line 373, in process_results RunSignatures(task=self.task.to_dict(), results=results).run() File "/opt/cuckoo/lib/cuckoo/core/plugins.py", line 382, in run self._check_signature_version(sig) and (not sig.filter_analysistypes or self.results["target"]["category"] in sig.filter_analysistypes)] File "/opt/cuckoo/modules/signatures/dep_bypass.py", line 31, in init if self.results["target"]["category"] != "file" or self.results["info"]["package"] not in ["exe", "rar", "zip", "dll", "regsvr"]: KeyError: 'info'

Im in your last commit of the tool. Bug or bad installation?

Thanks.