From 4d74e075aea9a26ac420ed10ffaa4258b6397ce8 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sat, 31 Aug 2024 14:13:50 +0200 Subject: metactf --- tulip/tulip.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tulip/tulip.env') diff --git a/tulip/tulip.env b/tulip/tulip.env index b1350c2..c853c57 100644 --- a/tulip/tulip.env +++ b/tulip/tulip.env @@ -14,11 +14,11 @@ TRAFFIC_DIR_DOCKER=/traffic ############################## # Start time of the CTF (or network open if you prefer) -TICK_START="2024-07-19T14:00+02:00" +TICK_START="2024-08-31T10:00+02:00" # Tick length in ms -TICK_LENGTH=60000 +TICK_LENGTH=120000 # The flag format in regex -FLAG_REGEX="ENO[A-Za-z0-9+\/=]{48}" +FLAG_REGEX="[A-Z0-9]{31}=" ############################## # PCAP_OVER_IP CONFIGS @@ -41,5 +41,5 @@ FLAG_REGEX="ENO[A-Za-z0-9+\/=]{48}" # # Flagid endpoint currently Testendpoint in docker compose # FLAGID_ENDPOINT="http://flagidendpoint:8000/flagids.json" # # VM IP (inside gamenet) -VM_IP="10.1.93.1" -TEAM_ID="10.1.93.1" +VM_IP="10.100.2.1" +TEAM_ID="10.100.2.1" -- cgit v1.2.3