Skip to content

2 ‐ TeamServer

Maxime dcb edited this page Nov 15, 2024 · 3 revisions

TeamServer

The TeamServer goal is to handle primary listeners, sessions, and the communication with the client. It's also the main entry point for socks proxychain. At start the TeamServer it is loading libraries (.so) specially build for it:

image

Those libraries represent capabilities that can be sent to a running beacon, it goes from ls, tree, to assemblyExec and psExec. Those modules only dynamically loaded and can expend indefinitely the capability of a running beacon.

Configuration

Some configuration can be set in TeamServerConfig.json notalby some network config table enable the use of droppers:

"DomainName": "",                                                       
"ExposedIp": "",                                                                                                                                     
"IpInterface": "eth0",
Clone this wiki locally