Stefan Etringer whx
  • Joined on 2021-08-22
whx pushed to main at whx/gommand 2025-02-13 16:45:12 +01:00
9e33737e67 added help menu.
whx pushed to main at whx/gommand 2025-02-12 17:23:11 +01:00
82b6670838 changed interactive mode to xterm.js
whx pushed to main at whx/gommand 2025-02-11 15:11:44 +01:00
761a3a122b added interactive-mode
whx pushed to main at whx/gommand 2025-02-06 16:20:29 +01:00
ac1179a9b5 added colorschemes, better ui layout
whx pushed to main at whx/gommand 2025-02-05 18:06:24 +01:00
16f1bec6f2 added themes and the theme command
whx pushed to main at whx/gommand 2025-02-05 12:59:42 +01:00
1144be1c1c separated templates and made the binary standalone, which means there are no external files needed for the template after compilation
whx pushed to main at whx/gommand 2025-02-04 16:29:18 +01:00
9fe1f78c7f added upload and download command
whx pushed to main at whx/gommand 2025-01-31 16:43:47 +01:00
dbe33be2c4 working on upload command. added keyboard shortcuts
whx pushed to main at whx/gommand 2025-01-28 17:02:09 +01:00
84377914ac added support for quoted strings.
whx pushed to main at whx/gommand 2025-01-28 09:02:30 +01:00
201969ef90 init
whx created repository whx/gommand 2025-01-28 09:01:17 +01:00
whx pushed to master at whx/gontrol 2025-01-27 17:01:12 +01:00
0498013d1d added status of agents to the webui
whx pushed to master at whx/gontrol 2025-01-24 14:36:01 +01:00
c0764ac41d used random names to identify the agents for execution of commands, moved agentCreate step from the agent itself to the websocket server. THis means a more simple agent is possible, because it only needs to do a single request to the websocket. Cleanup needed now
whx pushed to master at whx/gontrol 2025-01-23 12:57:01 +01:00
54604ff488 cleanup
whx pushed to master at whx/gontrol 2025-01-23 08:57:40 +01:00
789097fd79 cleanup
whx pushed to master at whx/killchain-compendium 2025-01-22 23:36:42 +01:00
75a34e4b59 bump
whx pushed to master at whx/gontrol 2025-01-22 17:02:57 +01:00
9e45adfff5 solved issue with the style of presentation of the agent response on the website. Added agentType to the api, agent and database
whx pushed to master at whx/gontrol 2025-01-21 15:03:19 +01:00
323c04af89 added reconnection functionality to the agent, which is used if the server is not reachable
whx pushed to master at whx/gontrol 2025-01-20 16:32:30 +01:00
555d235c3d added more clear output
whx pushed to master at whx/gontrol 2025-01-19 22:14:06 +01:00
3e4722e3ca fixed websocket messages, which were plaintext or just bytes. A JSON object was needed to differentiate between commands and what was returned to the server as a response. The random naming function now has lower case suffixes