Commit Graph

18 Commits

Author SHA1 Message Date
Jakob Friedl
a4f37b5ceb Implemented most token functionality using Native APIs instead of Windows APIs. 2025-10-19 18:05:20 +02:00
Jakob Friedl
4a1a70da4d Impersonated user is displayed in the client UI and persisted in the team server database. 2025-10-17 13:01:12 +02:00
Jakob Friedl
b39a0e70e2 Updated directory structure. 2025-10-03 12:44:28 +02:00
Jakob Friedl
5c0beb36ff Added remote address and modules to agent structure. Help command now only shows commands for which the agent has been configured. 2025-10-02 10:25:37 +02:00
Jakob Friedl
c97cb4585f Removed prompt user intreface; Team server and Client are now fully separated. 2025-10-01 13:25:15 +02:00
Jakob Friedl
9de4ac4838 Small refactors 2025-09-26 18:27:38 +02:00
Jakob Friedl
35ea4d2576 Changed session table from using a Table[string, UIAgent] to seq[Agent] as that works better with the multi select. Separate table for heartbeat modifications. 2025-09-26 16:13:13 +02:00
Jakob Friedl
a8154bb7d6 Fixed team server crashing when no UI client is connected. 2025-09-26 15:30:14 +02:00
Jakob Friedl
d477cbd70d Fixed the docking problems by having each agent dock once to the bottom or to the node where the "Listeners" table is shown when they get added. 2025-09-26 13:24:35 +02:00
Jakob Friedl
166cadcb56 Fixed bug caused by '\0' in username that broke formatting. 2025-09-25 20:22:56 +02:00
Jakob Friedl
14771a4b50 Started porting over functionality to the ImGui client via websocket communication. 2025-09-25 19:22:17 +02:00
Jakob Friedl
d3b37aa4a1 Started work on websocket communication: Parsing/Serialization of WebSocket packets. 2025-09-22 21:53:13 +02:00
Jakob Friedl
971bb6c8df Added listener table view and modal for starting listeners. 2025-09-18 17:50:58 +02:00
Jakob Friedl
669a436946 Added console filter. 2025-09-18 12:35:26 +02:00
Jakob Friedl
c2b388fbf2 Implemented default docking layout. Console windows are automatically docked to the bottom panel of the application. 2025-09-11 12:03:02 +02:00
Jakob Friedl
8968c797ac Implemented right-click context menu on session table to create console windows for interacting with the agent. 2025-09-10 18:25:15 +02:00
Jakob Friedl
5f131ae916 Implemented multi-select functionality and basic context-menu for session table. 2025-09-09 22:55:43 +02:00
Jakob Friedl
2320b705d3 Experimented with ImGUI tables for session view. 2025-09-07 17:18:50 +02:00