{% extends 'base.html' %} {% block head %} {% endblock %} {% block content %}

PowerShell Empire

Use PowerShell Empire to simulate attaks, such as APT19, APT33, and APT41.

Currently Active Agents : {{ i }}


{% for agent in agents %} {% endfor %}
ID Name IP Username Process PID OS
{{ agent[0] }} {{ agent[1] }} {{ agent[3] }} {{ agent[4] }} {{ agent[5] }} {{ agent[6] }} {{ agent[9] }}

{% endblock %}