internal/server/templates/index.html
JSON
__ _ ____ __ _______/ /__ (_) / __ / / / / ___/ / _ / / / / / / /_/ / /__/ / __/ / /_/ /_/__,_/___/_/___/_/ {{.DASTServerInfo.NucleiVersion}} projectdiscovery.io Dynamic Application Security Testing (DAST) API Server
[+] Server started at: {{.DASTScanStartTime}}
[*] Server Configuration
Nuclei Version{{.DASTServerInfo.NucleiVersion}}
Template Version{{.DASTServerInfo.NucleiTemplateVersion}}
DAST Server API{{.DASTServerInfo.NucleiDastServerAPI}}
Auth Status{{if .DASTServerInfo.ServerAuthEnabled}}ENABLED{{else}}DISABLED{{end}}
[+] Scan Progress
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}}
[!] Security Findings
Critical
{{index .DASTScanSeverityBreakdown "critical"}} findings
High
{{index .DASTScanSeverityBreakdown "high"}} findings
Medium
{{index .DASTScanSeverityBreakdown "medium"}} findings
Low
{{index .DASTScanSeverityBreakdown "low"}} findings
Info
{{index .DASTScanSeverityBreakdown "info"}} findings
[-] Status Codes Breakdown
Response Codes {{range $status, $count := .DASTScanStatusStatistics}} {{$status}}{{$count}} times {{end}}
[-] Error Breakdown
{{range $error, $count := .DASTScanErrorStatistics}}
{{$error}}
{{$count}} times
{{end}}