From e0ce1732437968ecc7e98de41a221620ce9eac43 Mon Sep 17 00:00:00 2001 From: ldruschk <14059613+ldruschk@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:41:10 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b2b0ed..df7087c 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,14 @@ This is the setup used in our BambiCTF and ENOWARS competitions. It uses ansible and packer to prepare images for Hetzner Cloud and terraform to create the infrastructure. -The Vagrantfile in the `ansible/` folder is used for local testing only (to ensure your ansible playbook does not contain any syntax errors before running them with packer on a paid VM). - ## Related Repositories This setup combines a lot of other services/repositories. - Engine: [EnoEngine](https://github.com/enowars/enoengine) -- Checker Library: [enochecker](https://github.com/enowars/enochecker) -- Registration Page/Scoreboard: [EnoLandingPage](https://github.com/enowars/EnoLandingPage) -- Moloch (Traffic Analysis): [EnoMoloch](https://github.com/enoflag/EnoMoloch) +- Checker Library: [enochecker3](https://github.com/enowars/enochecker3) +- Registration Page/Scoreboard: [EnoCTFPortal](https://github.com/enowars/EnoCTFPortal) +- Arkime (Traffic Analysis): [EnoArkime](https://github.com/enoflag/EnoArkime) - ELK (Log Analysis): [EnoELK](https://github.com/enowars/EnoELK) ## Notable Limits