Skip to content

Commit

Permalink
🏗️ build(docker): Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orazefabian committed Jun 3, 2024
1 parent 2997e98 commit b60d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b60d18a

Please sign in to comment.