{% extends "base.html" %} {% block title %}Templates{% endblock %} {% block content %}

Templates

First run

This page presumes that you've already setup all appropriate locales in .env file (or docker.env when relevant).

If you're starting to use Importer but did use Scan2Report previously, you can import scan2report templates to PwnDoc.

Work with templates

The regular work with templates happens fully inside PwnDoc. However, if you want to access full history (not just proposed/accepted templates), you have to do it through Importer. There are tools for comparison of two templates and also a chronological list of all template versions.

Because templates are manually edited, there is also page that checks for errors in templates

If you find that some findings are too similar and should be grouped, you can edit scan2report config files (plugins.json, groups.json, aliases.json).

Other actions

You can download templates (including content of plugins folder) as a ZIP archive. This is useful if for some reason you want to run scan2report manually and locally. {% endblock %}