Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure in AnalysisManager.run #288

Open
hecrogu opened this issue May 19, 2016 · 0 comments
Open

Failure in AnalysisManager.run #288

hecrogu opened this issue May 19, 2016 · 0 comments

Comments

@hecrogu
Copy link

hecrogu commented May 19, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant