Manageable report from lynis text output.
Go to file
2016-10-25 16:50:40 -07:00
.gitignore .gitignore update 2016-07-14 13:02:38 -07:00
.travis.yml more travis-ci prep 2016-10-23 11:30:23 -07:00
LICENSE Personalize and update license 2016-06-05 13:19:36 -07:00
lynis_report.pl Attempts at making modules required only for use. 2016-10-25 16:50:40 -07:00
Makefile.PL adding Makefile.PL 2016-10-23 11:42:52 -07:00
README.md Updated README; format tweaks 2016-10-25 15:28:04 -07:00

lynis_report

Build Status

Manageable report from lynis text output.

Help Statement

./lynis_report.pl -h|--help -v|--verbose -E|--excel -o|--output

Where:

-h|--help                       Display this useful message, then exit.
-v|--verbose                    Display more detailed output.  This is typically used for
                                debugging, but may provide insight when running into problems.
-E|--excel                      Output the report in Microsoft Excel binary format.  This
                                options is not yet implemented (NYI).
-o|--output                     Specifies the output file to print the report to.
  • HTML out features (default)
    • Summarizes the lynis report into a single HTML file.
  • Excel out features
    • Breaks out sections into worksheets.
  • PDF out features
    • Copy of the HTML report ported to PDF.

TODO:

  • PDF out needs refinement
  • Other output formats?