From a8084ba5b616ef06b73f6525b9436624cc0bda80 Mon Sep 17 00:00:00 2001 From: Axl Date: Fri, 21 Nov 2025 20:32:14 +0700 Subject: [PATCH] Remove Api Keys For An Audience with the Fontaine Archon challenge --- .../README.md | 6 +++- .../src/backend/.env | 32 +++++++++---------- .../src/start.sh | 1 + 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/Misc/An Audience with the Fontaine Archon/README.md b/Misc/An Audience with the Fontaine Archon/README.md index 14204e1..b2f399c 100644 --- a/Misc/An Audience with the Fontaine Archon/README.md +++ b/Misc/An Audience with the Fontaine Archon/README.md @@ -1,9 +1,13 @@ # An Audience with the Fontaine Archon -by Who_Am_I +by Who_Am_I/Axl --- +# BEFORE YOU START THE CHALLENGE + +Fill the .env with your actual gemini api key, you can get it for free in here https://aistudio.google.com/api-keys + ## Flag ``` BEECTF{SROLACOF_ANIRUF_RELEVART} diff --git a/Misc/An Audience with the Fontaine Archon/src/backend/.env b/Misc/An Audience with the Fontaine Archon/src/backend/.env index 0b9d466..2143e97 100644 --- a/Misc/An Audience with the Fontaine Archon/src/backend/.env +++ b/Misc/An Audience with the Fontaine Archon/src/backend/.env @@ -1,23 +1,23 @@ # Server 1 Configuration SERVER_1_NAME="Server1" -SERVER_1_API_KEY="AIzaSyDDqaLuGPGgeyhg80kSoJaQdu5Db8c3f9s" +SERVER_1_API_KEY="" -# Server 2 Configuration -SERVER_2_NAME="Server2" -SERVER_2_API_KEY="AIzaSyBRL8wbgzCd929W4OPK5wFLK4nOVdNGw3s" +# # Server 2 Configuration +# SERVER_2_NAME="Server2" +# SERVER_2_API_KEY="" -# Server 3 Configuration -SERVER_3_NAME="Server3" -SERVER_3_API_KEY="AIzaSyDtlLLqFgG5y1qfQLLz1L7L8rG29t8kYc4" +# # Server 3 Configuration +# SERVER_3_NAME="Server3" +# SERVER_3_API_KEY="" -# Server 4 Configuration -SERVER_4_NAME="Server4" -SERVER_4_API_KEY="AIzaSyAkzc2Z7bMKT9AWn9JQAe9UCdE14M63CaI" +# # Server 4 Configuration +# SERVER_4_NAME="Server4" +# SERVER_4_API_KEY="" -# Server 5 Configuration -SERVER_5_NAME="Server5" -SERVER_5_API_KEY="AIzaSyAjINDQjVKDZZj8KhyrKhOZkqmYe5d5_h0" +# # Server 5 Configuration +# SERVER_5_NAME="Server5" +# SERVER_5_API_KEY="" -# Server 6 Configuration -SERVER_6_NAME="Server6" -SERVER_6_API_KEY="AIzaSyAEm6lrBaq_xVSlrGCL68cNUyk0Ygs4UG4" +# # Server 6 Configuration +# SERVER_6_NAME="Server6" +# SERVER_6_API_KEY="" diff --git a/Misc/An Audience with the Fontaine Archon/src/start.sh b/Misc/An Audience with the Fontaine Archon/src/start.sh index 2f7d62c..b9eacfa 100644 --- a/Misc/An Audience with the Fontaine Archon/src/start.sh +++ b/Misc/An Audience with the Fontaine Archon/src/start.sh @@ -1 +1,2 @@ +# Don't forget to put your actual api key at /backend/.env file docker compose up --build -d \ No newline at end of file