Commit Graph

  • 4fdcd049a7 introduced navbar for execution master Stefan Etringer 2025-06-06 13:42:27 +0000
  • 90cbe2f396 fixed graph update Stefan Etringer 2025-06-05 11:32:51 +0000
  • 6a0a4e9b80 included working proxy agent for interactive client connections Stefan Etringer 2025-06-02 09:27:51 +0000
  • 362b1da1a0 bump Stefan Etringer 2025-05-27 15:01:57 +0000
  • 7da2bc0024 changed colors to fit the bootstrap style gurkenhabicht 2025-05-26 22:01:45 +0200
  • 4f1ee3ad01 added hostname Stefan Etringer 2025-05-26 15:22:07 +0000
  • ca7da7fc62 moved from mysql to sqlite for the agents database Stefan Etringer 2025-05-26 14:19:49 +0000
  • 43847559ac added port number to the output Stefan Etringer 2025-05-23 14:52:50 +0000
  • 41b0d8e355 added graph, changed layout Stefan Etringer 2025-05-23 10:37:53 +0000
  • 97c77506c8 added log level selection via query parameter and paths as well as setting a limit for lines of the query Stefan Etringer 2025-05-16 13:35:31 +0000
  • 1ce6d2e676 added multi agent execution Stefan Etringer 2025-05-12 15:47:32 +0000
  • 2056479224 bugfixing Stefan Etringer 2025-05-06 15:46:43 +0000
  • 6ea4d31109 added weblogger to display logs, timestamps and levels on the webpage Stefan Etringer 2025-04-29 15:03:49 +0000
  • 0498013d1d added status of agents to the webui Stefan Friese 2025-01-27 16:00:52 +0000
  • 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 Stefan Friese 2025-01-24 13:35:45 +0000
  • 54604ff488 cleanup Stefan Friese 2025-01-23 11:56:50 +0000
  • 789097fd79 cleanup Stefan Friese 2025-01-23 07:57:30 +0000
  • 9e45adfff5 solved issue with the style of presentation of the agent response on the website. Added agentType to the api, agent and database Stefan Friese 2025-01-22 16:02:44 +0000
  • 323c04af89 added reconnection functionality to the agent, which is used if the server is not reachable Stefan Friese 2025-01-21 14:03:07 +0000
  • 555d235c3d added more clear output Stefan Friese 2025-01-20 15:32:13 +0000
  • 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 gurkenhabicht 2025-01-19 22:13:52 +0100
  • 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. Stefan Friese 2025-01-17 09:04:20 +0000
  • eb53fd5b3d removed pkg dir Stefan Friese 2025-01-15 15:42:44 +0000
  • a0cd4acbc2 bump Stefan Friese 2025-01-15 15:41:12 +0000
  • 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 Stefan Friese 2025-01-15 15:38:23 +0000
  • 81af5973de Merge pull request 'add autogeneration of help target for Makefile' (#1) from autogenerate-makefile-help into master Stefan Etringer 2025-01-15 08:32:48 +0100
  • fdc6c4aac6 add autogeneration of help target for Makefile Alexander Hinrichs 2025-01-15 07:52:03 +0100
  • 5335bf27fd added random name generator Stefan Friese 2025-01-14 16:02:14 +0000
  • 324c8bd1a4 added Makefiles Stefan Friese 2025-01-14 15:09:09 +0000
  • 4e714159a6 cleanup Stefan Friese 2025-01-14 14:47:04 +0000
  • b6056297f4 added random suffix and prefix list gurkenhabicht 2025-01-11 02:36:21 +0100
  • 35ec77e5c6 added IP address to the agents gurkenhabicht 2025-01-10 02:47:33 +0100
  • 2f2485fc25 deleted binary Stefan Friese 2025-01-09 21:05:04 +0100
  • 6431f480a4 added agent gurkenhabicht 2025-01-09 16:43:13 +0100
  • d087696c09 added agent gurkenhabicht 2025-01-09 16:42:27 +0100
  • cb8d779a57 added crud functionality gurkenhabicht 2025-01-08 17:59:04 +0100
  • 2131f370ee init gurkenhabicht 2025-01-06 11:07:53 +0100
  • b246ef706c Initial commit Stefan Etringer 2025-01-06 10:59:01 +0100