Client
Client Overview
What `ckc` does and how to use it effectively during an Attack/Defense CTF.
Client Overview
ckc is the operational client for CookieFarm.
It is used to:
- configure server connection
- authenticate and store session
- create/test/run exploits
- submit flags manually
Recommended Competition Workflow
- Configure target server with
ckc config edit, then login withckc login. - Run
ckc exploit teston NOP team to validate output. - Run
ckc exploit runwith controlled tick/thread values. - Keep dashboard open to monitor accepted/denied trends.
Local Files
Directory: ~/.config/cookiefarm/
Main files:
client.yml(host, port, username, https)shared.yml(shared config fetched from server)session(token)exploits/(templates created byckc exploit create)
Main Commands
ckc config ...ckc exploit ...
For full details: CLI Reference.
How is this guide?