diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-07-18 18:44:35 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-07-18 18:44:35 +0200 |
| commit | de4a22bad19c4cf39a673f837bd48d823c10d264 (patch) | |
| tree | b23084bbc36a394079261c6c85adc04b2837ac3e /tulip/tulip.env | |
| parent | 6179887fdf9960fd94dc8cbb02f54745a11d6a17 (diff) | |
italian ad + tulip update
Diffstat (limited to 'tulip/tulip.env')
| -rw-r--r-- | tulip/tulip.env | 42 |
1 files changed, 37 insertions, 5 deletions
diff --git a/tulip/tulip.env b/tulip/tulip.env index 27a1dcd..19e6359 100644 --- a/tulip/tulip.env +++ b/tulip/tulip.env @@ -1,13 +1,45 @@ -FLAG_REGEX="SAAR\{[A-Za-z0-9-_]{32}\}" -TULIP_MONGO="mongo:27017" +############################## +# Tulip config +############################## +# The connection string to connect to the mongo bd +TULIP_MONGO=mongo:27017 # The location of your pcaps as seen by the host TRAFFIC_DIR_HOST=/traffic - # The location of your pcaps (and eve.json), as seen by the container TRAFFIC_DIR_DOCKER=/traffic +############################## +# Game config +############################## + # Start time of the CTF (or network open if you prefer) -TICK_START="2018-06-27T13:00+02:00" +TICK_START="2024-07-03T10:00+02:00" # Tick length in ms -TICK_LENGTH=180000 +TICK_LENGTH=120000 +# The flag format in regex +FLAG_REGEX="[A-Z0-9]{31}=" + +############################## +# PCAP_OVER_IP CONFIGS +############################## + +#PCAP_OVER_IP="host.docker.internal:1337" +# # For multiple PCAP_OVER_IP you can comma separate +#PCAP_OVER_IP="host.docker.internal:1337,otherhost.com:5050" + +############################## +# FLAGID CONFIGS +############################## + +# # enable flagid scrapping +# FLAGID_SCRAPE=1 +# # enable flagid scanning +# FLAGID_SCAN=1 +# # Flag Lifetime in Ticks (-1 for no check, pls don't use outside testing) +# FLAG_LIFETIME=-1 +# # Flagid endpoint currently Testendpoint in docker compose +# FLAGID_ENDPOINT="http://flagidendpoint:8000/flagids.json" +# # VM IP (inside gamenet) +VM_IP="10.60.24.1" +TEAM_ID="10.60.24.1" |
