This is the challenge for NewStarCTF 2024 in the category of Web, Week 1.
This challenge requires participants to complete several levels related to HTTP.
The challenge doesn't provide source code to participants.
Note
If the development is at ichunqiu platform, please modify docker-compose.yml to change Dockerfile into Dockerfile.icq and the environment variable FLAG to ICQ_FLAG.
Docker is provided. You can run the following command to start the environment quickly:
docker compose build # Build the image
docker compose up -d # Start the containerFor manual installation, you can follow the steps below.
Install the dependencies:
pnpm installBuild the frontend:
pnpm buildStart the server:
bun startNote
The bun runtime is required. For more information, please refer to the bun.sh.
Copyright (c) Cnily03. All rights reserved.
Licensed under the MIT License.