Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 672 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 672 Bytes

Installation

Run the following commands on your terminal

git clone git@github.com:hokla-org/dojo-ctf.git
cd dojo-ctf
cd client

yarn install

Instructions

You have to retrieve the flag ! It’s a secret string stored on a secret location …

⚠️ Rules

  • You must only use the client to retrieve the file (no curl, postman, ...)
  • You can only modify client/package.json and client/src/main.ts

Hint :

# Try running these commands on the client folder
yarn start:file
yarn start:api

Some pirate told me the flag is somewhere over here https://dojo-ctf.cleverapps.io/ 🤔

Good luck !