> For the complete documentation index, see [llms.txt](https://blog.securescape.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.securescape.cc/offensive-security/red-team/offensive-development.md).

# Offensive Development

## [DevOps](/offensive-security/red-team/offensive-development/offensive-devops.md)

### GitLab Infrastructure

<details>

<summary><a data-mention href="/pages/ZpnK2uoO104k2jylrS39">/pages/ZpnK2uoO104k2jylrS39</a></summary>

[GitLab Setup](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/gitlab-setup.md)

[Simple Calculator Project](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/simple-calculator-project.md)

[Making our CI/CD Pipeline](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/making-our-ci-cd-pipeline.md)

[Build Artifacts](/offensive-security/red-team/offensive-development/offensive-devops/gitlab/build-artifacts.md)

</details>

### TeamCity Infrastructure

<details>

<summary><a data-mention href="/pages/7t7tZfBTNpdwbTYVYNLJ">/pages/7t7tZfBTNpdwbTYVYNLJ</a></summary>

[TeamCity Setup](/offensive-security/red-team/offensive-development/offensive-devops/teamcity/teamcity-setup.md)

[Creating TeamCity Projects](/offensive-security/red-team/offensive-development/offensive-devops/teamcity/creating-teamcity-projects.md)

[Obfuscating Payloads](/offensive-security/red-team/offensive-development/offensive-devops/teamcity/obfuscating-payloads.md)

</details>

### Jenkins Infrastructure

<details>

<summary><a data-mention href="/pages/CT2N7M1NW6zQ8S1oTtk4">/pages/CT2N7M1NW6zQ8S1oTtk4</a></summary>

</details>

## [Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip.md)

### Command & Control Infrastructure

<details>

<summary><a data-mention href="/pages/0lbHUhHDgn1KlKyjPlTU">/pages/0lbHUhHDgn1KlKyjPlTU</a></summary>

[Command & Control Anatomy](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/command-and-control-anatomy.md)

[Traffic Redirection](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/traffic-redirection.md)

[Covert Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/command-and-control-infrastructure/covert-infrastructure.md)

</details>

### Phishing Infrastructure

<details>

<summary><a data-mention href="/pages/a1bxgwQdSUcdeEp7tgM3">/pages/a1bxgwQdSUcdeEp7tgM3</a></summary>

[Email Anatomy](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/email-anatomy.md)

[Payload Delivery](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/payload-delivery.md)

[Removing Red Flags](/offensive-security/red-team/offensive-development/infrastructure-development-wip/phishing-infrastructure/removing-red-flags.md)

</details>

### Infrastructure as Code

<details>

<summary><a data-mention href="/pages/HYCKesGRMhrKPm0nGIAi">/pages/HYCKesGRMhrKPm0nGIAi</a></summary>

[Terraform](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/terraform.md)

[Ansible](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-as-code/ansible.md)

</details>

### Infrastructure Automation

<details>

<summary><a data-mention href="/pages/vOtC0kJoOjDFuaSL0CbG">/pages/vOtC0kJoOjDFuaSL0CbG</a></summary>

[Structuring our Project](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/structuring-our-project.md)

[Automating Server Setups](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/automating-server-setups.md)

[Orchestrating our Infrastructure](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/orchestrating-our-infrastructure.md)

[CI/CD Integration](/offensive-security/red-team/offensive-development/infrastructure-development-wip/infrastructure-automation/ci-cd-integration.md)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://blog.securescape.cc/offensive-security/red-team/offensive-development.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.
