nullcon2023-chall-babyrand

Python PRNG prediction challenge for NullCon 2023 Berlin
git clone https://git.sinitax.com/sinitax/nullcon2023-chall-babyrand
Log | Files | Refs | sfeed.txt

docker-compose.yml (144B)


      1version: "3.1"
      2services:
      3  babyrand:
      4    build: .
      5    ports:
      6      - "9094:9000"
      7    environment:
      8      - "FLAG=ENO{U_Gr4du4t3d_R4nd_4c4d3mY!}"