-
Notifications
You must be signed in to change notification settings - Fork 14
2 ‐ TeamServer
Maxime dcb edited this page Nov 15, 2024
·
3 revisions
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:
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.
Some configuration can be set in TeamServerConfig.json notalby some network config table enable the use of droppers:
"DomainName": "",
"ExposedIp": "",
"IpInterface": "eth0",