Commit 5bc2a70c authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Improve homepage text

parent 6bf2361b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -25,6 +25,17 @@
        {% block content %}
            <h1 style="text-align: center">Scan2Report &harr; Pwndoc</h1>
            <p style="text-align: center"><i>Choose an item from the menu above</i></p>

            Welcome to Scan2Report Import Automator - a tool that combines
            the automatic processing of <a href="https://gitlab.fi.muni.cz/cybersec/tns/scan2report" target="_blank">Scan2Report</a> and
            web interface and collaborative features of <a href="https://github.com/pwndoc/pwndoc" target="_blank">PwnDoc</a> and
            also add several other features - for example template versioning.

            <br><br>

            To start using it head either import existing scan2report templates (if available) using tab Templates or import results from scanning tools (e.g. Nessus) using tab Audit.


        {% endblock %}
    </div>
</body>