Run the following commands on your terminal
git clone git@github.com:hokla-org/dojo-ctf.git
cd dojo-ctf
cd client
yarn install
You have to retrieve the flag ! It’s a secret string stored on a secret location …
- You must only use the client to retrieve the file (no curl, postman, ...)
- You can only modify
client/package.json
andclient/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 !