cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.53k stars 1.7k forks source link

has set reporting.conf but not generate report.html #2740

Open codelh7 opened 5 years ago

codelh7 commented 5 years ago

Thanks for creating an issue! But first: did you read our community guidelines? https://cuckoo.sh/docs/introduction/community.html

My issue is:

I have set reporting.conf but I can not get the report.html. And my set of reporting.conf is as follows: [feedback]

enabled = no

[jsondump] enabled = yes indent = 4 calls = yes

[singlefile]

Enable creation of report.html and/or report.pdf?

enabled = yes

Enable creation of report.html?

html = yes

Enable creation of report.pdf?

pdf = no

[misp] enabled = no url = apikey =

mode = maldoc ipaddr hashes url

[mongodb] enabled = yes host = 127.0.0.1 port = 27017 db = cuckoo store_memdump = yes paginate = 100

username = password =

[elasticsearch] enabled = no

hosts = 127.0.0.1

timeout = 300

calls = no

index = cuckoo

index_time_pattern = yearly

cuckoo_node =

[moloch] enabled = no

host =

insecure = no

moloch_capture = /data/moloch/bin/moloch-capture conf = /data/moloch/etc/config.ini instance = cuckoo

[notification]

enabled = no

url =

identifier =

[mattermost] enabled = no

url =

myurl =

username = cuckoo

show_virustotal = no

show_signatures = no

show_urls = no

hash_filename = no

hash_url = no

My Cuckoo version and operating system are:

My Cuckoo version:2.0.6 operating system:ubuntu 16.04 LTS

This can be reproduced by:
The log, error, files etc can be found at:
SparkyNZL commented 5 years ago

where are you trying to find your report ? it seems a little unusual as from a glance they seem correct. they are located in the CWD/storage/analyses//reports

is the reports directory created. ?