Skip to content

Source code of challenge PangBai Family 1 on NewStarCTF 2024.

License

Notifications You must be signed in to change notification settings

cnily03-hive/PangBai-HTTP

Repository files navigation

PangBai-HTTP

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.

Deployment

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 container

For manual installation, you can follow the steps below.

Install the dependencies:

pnpm install

Build the frontend:

pnpm build

Start the server:

bun start

Note

The bun runtime is required. For more information, please refer to the bun.sh.

License

Copyright (c) Cnily03. All rights reserved.

Licensed under the MIT License.

About

Source code of challenge PangBai Family 1 on NewStarCTF 2024.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published