Stefan Etringer whx
  • Joined on 2021-08-22
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
whx pushed to master at whx/gontrol 2025-01-17 10:04:34 +01:00
68f135fb7b changed hardcoded database configuration to environment variables. Other configuration can also be added to the configuration struct for further usage inside the app. Added an environment file to source for development and usage outside the cluster.
whx pushed to master at whx/gontrol 2025-01-15 16:42:57 +01:00
eb53fd5b3d removed pkg dir
whx pushed to master at whx/gontrol 2025-01-15 16:41:28 +01:00
a0cd4acbc2 bump
bdb11641d3 moved parts like websocket server, name generator and api to the src directory. Removed redundant code from main.go. Removed templates and directories which won't be needed
Compare 2 commits »
whx pushed to master at whx/gontrol 2025-01-15 08:32:55 +01:00
81af5973de Merge pull request 'add autogeneration of help target for Makefile' (#1) from autogenerate-makefile-help into master
fdc6c4aac6 add autogeneration of help target for Makefile
Compare 2 commits »
whx merged pull request whx/gontrol#1 2025-01-15 08:32:52 +01:00
add autogeneration of help target for Makefile
whx commented on pull request whx/gontrol#1 2025-01-15 08:32:37 +01:00
add autogeneration of help target for Makefile

Bestens :)

whx pushed to master at whx/gontrol 2025-01-14 17:02:38 +01:00
5335bf27fd added random name generator
whx pushed to master at whx/gontrol 2025-01-14 16:09:23 +01:00
324c8bd1a4 added Makefiles
whx pushed to master at whx/gontrol 2025-01-14 15:47:17 +01:00
4e714159a6 cleanup
whx pushed to master at stefan/dotfiles 2025-01-14 08:49:40 +01:00
dd2d6d863c added fuser show process behind a port