pablodav / burp_server_reports

helpful reports for burp backup and restore
MIT License
9 stars 0 forks source link

Allow any reports to be emailed #17

Open ohmer1 opened 7 years ago

ohmer1 commented 7 years ago

You should add an --email parameter. When this parameter is used, the report is sent by email instead of being printed on the console. This would replace --report email_outdated.

I like to receive a report every day, so I'm sure everything is working fine. If I don't receive message, how can I know if it's because there is no problem or if there is something that break burp-server-reports?

I would configure two crontab. One with --report print --email and another one with --report outdated --email

Thanks!

pablodav commented 7 years ago

Hello @ohmer1 ,

Thanks for reporting this issue, I like your idea and will start working on it as soon as get some spare time.

While waiting for this to be implemented: You can also receive daily email with --report email_outdated, It should send always an email even with an empty list of clients outdated. So you can be sure it is working.

Kind regards! Pablo.

pablodav commented 6 years ago

will work on this for next release