Open ohmer1 opened 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.
will work on this for next release
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!