# What is C2F?

Welcome to the documentation for the Command and Control development Framework, or, C2F. This project was created as part of an Honours thesis, and thus it is not currently suitable for deployment in production environments. Consider this a Proof of Concept. With that disclaimer out of the way, let's move on.

C2F is a framework for creating applications (modules) to be ran within a C2 style network in an effort to increase the homogeneity of applications designed to be managed and run across a wide range of hosts (agents).&#x20;

The modules which can be deployed and managed by C2F come in the form of Docker containers. The use of containers allows modules to be encapsulated along with all their dependencies which enables not only more complex module functionality, but easier management and cleanup of modules. Through utilising containers, C2F allows for remote hosts to be instrumentalized to perform a variety of self-contained tasks. Unlike other container management systems such as Kubernetes, C2F focusses on running containers on independent systems, and collating their results.

C2F implements a management web interface which serves as a frontend for the API, allowing users to upload and assimilate new modules, create groups of agents, instruct groups to run modules, and finally present the results reported by agents.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://c2f.gitbook.io/docs/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
