> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/cms/hardhatc2-cms-exploitation.md).

# HardHat C2

用于 JWT 身份验证绕过、TeamLead 用户创建、ImplantInteract 命令执行以及反向 Shell 投递的 HardHat C2 利用笔记。

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-helmet-safety" style="color:$primary;">:helmet-safety:</i></h3></td><td><h4>身份验证绕过</h4></td><td>用于 JWT 构造、管理员令牌滥用、TeamLead 用户创建、API 利用以及接管 C2 面板的 HardHat C2 身份验证绕过笔记。</td><td><a href="/pages/01dd0d3575c527c5697d9544c7f44bf87fddf48a">/pages/01dd0d3575c527c5697d9544c7f44bf87fddf48a</a></td></tr><tr><td><h3><i class="fa-helmet-safety" style="color:$primary;">:helmet-safety:</i></h3></td><td><h4>远程代码执行</h4></td><td>用于 ImplantInteract 终端滥用、whoami 验证、反向 Shell 执行、SSH authorized_keys 持久化以及后渗透的 HardHat C2 RCE 笔记。</td><td><a href="/pages/f2bf9f08a7d85fec2cdbd8c7f93f9ef6008dd133">/pages/f2bf9f08a7d85fec2cdbd8c7f93f9ef6008dd133</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/zh/cms/hardhatc2-cms-exploitation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
