> 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-vulnerabilities/open-redirect-attack/open-redirect-block-.-pentesting-web.md).

# 开放重定向点号阻断绕过

## 第二个示例（由于使用字符“.”而被阻止）：

我们用 Burp Suite 拦截请求，然后说我们不能使用该 *.*

<figure><img src="/files/d1ba29400118cebc5c615bd0fa3befea797f5ffa" alt=""><figcaption></figcaption></figure>

我们 **只需对 URL 进行编码** 使用点号，然后按 Ctrl + U，这样就有效了

<figure><img src="/files/3c83b604217e0884defeece5e82b61a6179c0537" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/a356ab782250443a274d3046c7d1699a78ac8950" 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/web-vulnerabilities/open-redirect-attack/open-redirect-block-.-pentesting-web.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.
