{{define "content"}}
{{template "stats" .Stats}}

Top Credentials & IPs

Top Usernames
{{range .TopUsernames}} {{else}} {{end}}
UsernameAttempts
{{.Value}}{{.Count}}
No data
Top Passwords
{{range .TopPasswords}} {{else}} {{end}}
PasswordAttempts
{{.Value}}{{.Count}}
No data
Top IPs
{{range .TopIPs}} {{else}} {{end}}
IPAttempts
{{.Value}}{{.Count}}
No data

Active Sessions

{{template "active_sessions" .ActiveSessions}}

Recent Sessions

{{range .RecentSessions}} {{else}} {{end}}
ID IP Username Shell Score Connected Disconnected
{{truncateID .ID}} {{.IP}} {{.Username}} {{.ShellName}} {{if .HumanScore}}{{if gt (derefFloat .HumanScore) 0.6}}{{formatScore .HumanScore}}{{else}}{{formatScore .HumanScore}}{{end}}{{else}}-{{end}} {{formatTime .ConnectedAt}} {{if .DisconnectedAt}}{{formatTime (derefTime .DisconnectedAt)}}{{else}}active{{end}}
No sessions
{{end}}