You can use these templates to start converting your own reports over to Faction.
All reports in this section can be used by all versions of Faction both free and paid
- default-report-template: This is the default template that Faction loads on start up. It uses DOCX tables to report vulnerability findings.
- default-report-wo-tables: This report is identical to default-report-templete except it reports findings using the
${fiBegin}
and${fiEnd}
tags instead DOCX tables. Anything between these two variables will be repeated for each finding. - default-template-cvss-score: This report is identical to default-report-template except it uses CVSS scoring instead of Faction's native scoring.
All reports in this section implement additional features only available in paid versions of Faction.
- default-report-template-sections-enterprise: This report implements the Section Feature Faction and allows you to have different sections for findings. For Example: Application Security Assessment and Network Security Assessments.
- default-report-wo-tables-sections-enterprise: This report implements the Section Feature Faction and allows you to have different sections for findings. For Example: Application Security Assessment and Network Security Assessments. This uses the
${fiBegin Section}
and${fiEnd Section}
tags to report findings in different sections.