This application generates reports (PDF or HTML) using the output generated by CARL CLI.
Run the following command line if you want to use node.js
npm install
node reportmaker.js --help
Please follow the instructions and provide the right inputs to generate the expected report:
--input: path to the folder where to find the CARL output
--output: path where the report will be saved
--report: OWASP2021|OWASP2017|OWASP2013|CWETop252011|CWETop252019|OWASPMobile2016|PCI-DSS (CAST Health Factors if empty)
--format: PDF|HTML (PDF by default)
List of (security) templates:
- OWASP2021
- OWASP2017
- OWASP2013
- CWETop252011
- CWETop252019
- OWASPMobile2016
- PCI-DSS
Don't forget to provide paths according to your OS:
UNIX Path: /path/to/my/report
WINDOWS Path: D:\path\to\my\report
npm run test
npm install -g pkg
pkg .
Run the following command lines with predefined executable
CARL-ReportMaker-linux --help
CARL-ReportMaker-macos --help
CARL-ReportMaker-win.exe --help