-
Notifications
You must be signed in to change notification settings - Fork 6
3 ‐ Client
Maxime dcb edited this page Oct 27, 2024
·
2 revisions
The client is composed of 3 main sections:
- Listeners section where are listed the Listeners running on the TeamServer and the one running on Beacons.
- Sessions section where are listed the Beacon that connected to a Listener
- Session section with a Terminal tab to interact with the TeamServer and Sessions tab to interact with active Beacons.
Terminal tab is use to interact with the TeamServer. Currently, there are 3 commands available. They are implemented using GRPC command and python modules making the integration of new technique quick and easy.
Mehode | Description |
---|---|
Host | Upload a file on the teamserver to be downloaded by a web request from a web listener (http/https). |
Generate | Mode available: WindowsExecutable generate 2 droppers, an EXE and a DLL from the appropriate beacon link to the given listener. |
GenerateAndHost | Mode available: PowershellWebDelivery generate a payload that is store on the teamserver to be downloaded by a web request from a web listener (http/https), and the one-liner in powershell to deliver the payload. |
Session tab is use to interact with a Beacon, send command and display responses: