> 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/web/ssrf.md).

# SSRF

PortSwigger Web Security Academy 实验的 SSRF 笔记，重点关注实际测试步骤、Burp Suite 验证、载荷行为和利用流程。

## 测试工作流

1. 识别易受攻击的功能，以及相关的请求、参数、标头、Cookie 或浏览器端落点。
2. 在升级攻击前，先在 Burp Suite 中使用最小载荷重现该行为。
3. 使用清晰的概念验证来验证影响，例如账户访问、数据泄露、代码执行、SSRF 或状态变更。
4. 在记录利用路径时，保持载荷、URL、令牌和实验室凭据不变。

## 实验

<table><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/680769ec801cf472621718d97012d02bb9dcbc6f">/pages/680769ec801cf472621718d97012d02bb9dcbc6f</a></td></tr><tr><td><a href="/pages/94ac97d06a1467ba18eae817ce5a4a24d0e66a37">/pages/94ac97d06a1467ba18eae817ce5a4a24d0e66a37</a></td></tr><tr><td><a href="/pages/92aef027ab8520a681f1e28bdba810dfe7f4f0fd">/pages/92aef027ab8520a681f1e28bdba810dfe7f4f0fd</a></td></tr><tr><td><a href="/pages/b0533b4543f9bbaa1867eeadcaed7a6fffc74dcb">/pages/b0533b4543f9bbaa1867eeadcaed7a6fffc74dcb</a></td></tr><tr><td><a href="/pages/27c68a71d5a15b69e814d44123dc08df210e3594">/pages/27c68a71d5a15b69e814d44123dc08df210e3594</a></td></tr><tr><td><a href="/pages/ff7e86667d33584b58cc0ec1a8093d573085f907">/pages/ff7e86667d33584b58cc0ec1a8093d573085f907</a></td></tr><tr><td><a href="/pages/3e32912b8aab546c159dd96e240ab7cf10e5cd3e">/pages/3e32912b8aab546c159dd96e240ab7cf10e5cd3e</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/web/ssrf.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.
