Nuclei Version{{.DASTServerInfo.NucleiVersion}}
Template Version{{.DASTServerInfo.NucleiTemplateVersion}}
DAST Server API{{.DASTServerInfo.NucleiDastServerAPI}}
Auth Status{{if .DASTServerInfo.ServerAuthEnabled}}ENABLED{{else}}DISABLED{{end}}
Total Results{{.DASTScanStatistics.TotalMatchedResults}} findings
Endpoints In Queue{{.DASTScanStatistics.EndpointsInQueue}}
Currently Testing{{.DASTScanStatistics.EndpointsBeingTested}}
Components Tested{{.DASTScanStatistics.TotalComponentsTested}}
Endpoints Tested{{.DASTScanStatistics.TotalEndpointsTested}}
Templates Loaded{{.DASTScanStatistics.TotalTemplatesLoaded}}
Templates Tested{{.DASTScanStatistics.TotalTemplatesTested}}
Total Requests{{.DASTScanStatistics.TotalFuzzedRequests}}
Total Errors{{.DASTScanStatistics.TotalErroredRequests}}
Response Codes
{{range $status, $count := .DASTScanStatusStatistics}}
{{$status}}{{$count}} times
{{end}}