CatLogs
Dashboard
Dashboard
Infected
Infected
Clients
Build
Scanner
Scanner
Settings
Settings
General
Default
User
Clients
HWID
Country
Username
Infection Date
Keystrokes
Logs
Control
1
US
Admin
01/02/2022
2
FR
Demo
01/02/2022
<% for(let i = 0; i < clients.length; i++) { %>
<%= clients[i].hwid %>
<%= clients[i].country %>
<%= clients[i].username %>
<%= clients[i].date %>
<% } %>