{{template "layout" .}} {{define "content"}}

Total Keys Found

{{.TotalKeys}}

Providers Loaded

{{.TotalProviders}}

Recon Sources

{{.ReconSources}}

Last Scan

{{if .LastScan}}{{.LastScan}}{{else}}Never{{end}}

Recent Findings

{{if .RecentFindings}}
{{range .RecentFindings}} {{end}}
Provider Masked Key Source Confidence Verified Date
{{.ProviderName}} {{.KeyMasked}} {{.SourcePath}} {{if eq .Confidence "high"}} High {{else if eq .Confidence "medium"}} Medium {{else}} {{.Confidence}} {{end}} {{if .Verified}} Live {{else}} - {{end}} {{.CreatedAt.Format "2006-01-02 15:04"}}
{{else}}

No findings yet

Run a scan to detect API keys

{{end}}
{{end}}