# Malleable C2

```
Cobalt Strike - Malleable C2 配置文件https://github.com/xx0hcd/Malleable-C2-Profiles
Cobalt Strike Malleable C2 设计和参考指南https://github.com/threatexpress/malleable-c2
Malleable-C2-Profiles https://github.com/rsmudge/Malleable-C2-Profiles
SourcePoint 是一个 C2 配置文件生成器https://github.com/Tylous/SourcePoint

语法示例
set useragent "SOME AGENT"; # GOOD
set useragent 'SOME AGENT'; # BAD
prepend "This is an example;";

双引号
append "here is \"some\" stuff";
反斜杠
append "more \\ stuff";
特殊字符
prepend "!@#$%^&*()";

执行命令./c2lint 来判断时候有错误
如果 c2lint 完成且没有错误，则返回结果 0
如果 c2lint 仅以警告完成，则返回结果 1
如果 c2lint 仅以错误完成，则返回结果 2
如果 c2lint 完成并出现错误和警告，则返回结果 3
```


---

# 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://www.heresecurity.wiki/nei-wang-he-yu/ming-ling-yu-kong-zhi/cobaltstrike/malleable-c2.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.
