From 6a0a2c4ce8c12c4496ccfc65f89ac7d931163a0e Mon Sep 17 00:00:00 2001 From: Fabian Oraze Date: Mon, 3 Jun 2024 13:47:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=20build(docker):=20Update?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a889c9..78557ad9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Unguard is composed of eight microservices written in different languages that t | jaeger | | default | The [Jaeger](https://www.jaegertracing.io/) stack for distributed tracing. | | mariadb | | unguard-mariadb | Relational database that holds user and token data. | | redis | | default | Key-value store that holds all user data (except authentication-related stuff). | -| [user-simulator](./src/user-simulator) | Node.js Element | default | Creates synthetic user traffic by simulating an Unguard user using a real browser. Acts as a load generator. | +| [user-simulator](./src/user-simulator) | Node.js | default | Creates synthetic user traffic by simulating an Unguard user using a real browser. Acts as a load generator. | | [malicious-load-generator](./src/malicious-load-generator) | | default | Malicious load generator that makes CMD, JNDI, and SQL injections. | ## Quickstart