# SQL注入

SQL注入是一种古老但重要的漏洞，它导致了许多引人注目的数据泄露事件。虽然相对容易学习，但它可能被用于一些高危的攻击。这使得它成为初学者的理想首选话题，甚至对于经验丰富的人来说，也是必不可少的基础知识。


---

# Agent Instructions: 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:

```
GET https://web-sec.gitbook.io/wsa/server-side/sql-injection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
