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_checker
  • protocol
  • 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> -S

Where are client files stored?

~/.config/cookiefarm/

  • client.yml
  • shared.yml
  • session
  • exploits/

How to stop a running exploit?

ckc exploit listrun
ckc exploit stop -p <pid>

How is this guide?

On this page