From ca4ad65bcb032ded36610054c59182599d39360f Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Mon, 16 Oct 2023 19:09:29 +0200 Subject: Initial commit --- tulip/tulip.env | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tulip/tulip.env (limited to 'tulip/tulip.env') diff --git a/tulip/tulip.env b/tulip/tulip.env new file mode 100644 index 0000000..619c9e7 --- /dev/null +++ b/tulip/tulip.env @@ -0,0 +1,13 @@ +FLAG_REGEX="[A-Z0-9]{31}=" +TULIP_MONGO="mongo:27017" + +# The location of your pcaps as seen by the host +TRAFFIC_DIR_HOST=./services/test_pcap + +# The location of your pcaps (and eve.json), as seen by the container +TRAFFIC_DIR_DOCKER=/traffic + +# Start time of the CTF (or network open if you prefer) +TICK_START="2018-06-27T13:00+02:00" +# Tick length in ms +TICK_LENGTH=180000 -- cgit v1.2.3