Skip to main content

CTFd King of the Hill Agent (1.0)

Download OpenAPI specification:Download

License: Apache 2.0

This agent implements a small HTTP interface for scoring servers (i.e. CTFd Enterprise) to poll during a King of the Hill CTF.

Show the current status of the server by running the stored command

Authorizations:
AuthenticationToken

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true
}

Show the current owner of the server that the agent is currently running on

Authorizations:
AuthenticationToken

Responses

Response samples

Content type
application/json
{
  • "data": {
    },
  • "success": true
}