> 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/ports-and-services/ssh-22/ssh-user-enumeration-less-than-7.7-attack.md).

# SSH - 用户枚举（< 7.7）

<div data-full-width="true"><figure><img src="/files/67ca870a72fe36a8fa9c15f2a51152d6ca08cdd2" alt=""><figcaption></figcaption></figure></div>

#### 识别 SSH 漏洞

检查 SSH 版本以确定目标是否存在漏洞以及是否 `阿基里斯` 用户有效。

<figure><img src="/files/333d94f71daea9d69cacf1edf6ff2a2f6b2ee809" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/171e2f46347dac1ab06ac9a03ccc0291f5ae1ed7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/9022e1621bfc766256eb1f5e1e196912b0fdde09" alt=""><figcaption></figcaption></figure>


---

# 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/ports-and-services/ssh-22/ssh-user-enumeration-less-than-7.7-attack.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.
