-
Notifications
You must be signed in to change notification settings - Fork 56
Dashboard agents
TTP Report edited this page Mar 7, 2026
·
3 revisions
To generate an agent, while on a dashboard page, press Ctrl + n. The agent generator form will pop up:

There are several options that you can tweak for your implant:
| Option | Description |
|---|---|
| Save to | Full file path (incl. filename), where the implant will be stored |
| Server | A list (one per line) of servers in a format of ip:port which will be used in round-robin fashion to try to establish a session |
| Proxy | A proxy to be used for connection, in a format protocol://host:port. Supported protocols: HTTP(S), SOCKS5 and NTLM. If this option is configured, it will use only this proxy, ignoring any environment-based configuration the system might have. You can provide domain credentials like DOMAIN/user
|
| Ignore env proxy | This can be set to ignore system's environment-based proxy configuration and try to reach the server directly. This is only effective if you leave the proxy option empty |
| OS | Target OS for implant to run on |
| Arch | Target architecture for implant to run on |
| Obfuscate | This can be set to produce obfuscated binary. This uses Garble |
Note
The compilation of the agent happens on the server's side, the client simply receives a final binary and saves it to the specified place