FAQ
Essential FAQ for operating CookieFarm in Attack/Defense competitions.
FAQ
ckc says shared config changed
Run login again:
ckc config edit -H <host> -p <port> -u <user>
ckc login -u <user> -P <password>Flags remain UNSUBMITTED
Check:
url_flag_checkerprotocol- checker reachability
- backlog and batch size
Sudden increase in DENIED
Typical causes:
- exploit logic is stale
- wrong flag regex
- target got patched
Quick retest:
ckc exploit test -e <exploit> -n <service>CKP unstable during exploit run
Use temporary fallback:
ckc exploit run -e <exploit> -n <service> -SWhere are client files stored?
~/.config/cookiefarm/
client.ymlshared.ymlsessionexploits/
How to stop a running exploit?
ckc exploit listrun
ckc exploit stop -p <pid>How is this guide?