# CS部分功能启用

在4.x里作者似乎移除了一些功能如USB/CD AutoPlay和Windows Dropper虽然没啥用但是可能还是会有人会用到，如果想重新启用这些功能可以修改scripts/default.cna 文件

```
		#item("&USB/CD AutoPlay", { openAutoRunDialog(); });
		#item("Windows &Dropper", { openWindowsDropperDialog(); });
		
取消掉这两条注释
```

### 其他

在分析cs的过程中cs似乎可以直接导出各种格式的Beacon Payload（其实就是反射修补后的Beacon.dll）启用此功能同样修改scripts/default.cna文件

![](/files/-MM4duAWnZXHSMJm13GN)

```
item("Payload Generator (&Stageless)", { openPayloadGeneratorStageDialog(); });
```

修改后增加此选项

![](/files/-MM4eAfmJTQ_rMHMkCuB)

![](/files/-MM4eDmK1fTwIvoh1oV3)

可以直接导出各种格式的Beacon Payload（Beacon.dll）估计这个选项对部分人有用


---

# 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://wbglil.gitbook.io/cobalt-strike/cobalt-strikekuo-zhan/cs-bu-fen-gong-neng-qi-yong.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.
