# 文档介绍

[![stars](https://img.shields.io/github/stars/highlightink/sqlmap-wiki-zhcn.svg)](https://github.com/highlightink/sqlmap-wiki-zhcn) [![updated](https://img.shields.io/github/last-commit/highlightink/sqlmap-wiki-zhcn/master.svg?color=%23c16927\&label=updated)](https://github.com/highlightink/sqlmap-wiki-zhcn/commits/master)

![封面](https://395817221-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LVBZmJxh6d1NLAdqB_j-887967055%2Fuploads%2Fgit-blob-7cd249436ce15ecf24dc409d5915b2f4beadc6e3%2Fcover_readme.jpg?alt=media)

GitBook 页面: [sqlmap.highlight.ink](https://sqlmap.highlight.ink/)

本文档包含 sqlmap 项目 Wiki 的完整翻译，并将持续跟进。

获取官方 Wiki 仓库：

```shell
git clone https://github.com/sqlmapproject/sqlmap.wiki.git
```

当前译版：

| 日期                          | Commit ID                                  |
| --------------------------- | ------------------------------------------ |
| `2025-01-02 01:21:21 +0100` | `61eb3f76bfa8f1e5db6ad3bc044ef228616c7616` |

## sqlmap 官方站点

* 官方网站：[sqlmap.org](http://sqlmap.org/)
* GitHub 仓库：[github.com/sqlmapproject/sqlmap](https://github.com/sqlmapproject/sqlmap)
* 用户手册：[sqlmap Wiki](https://github.com/sqlmapproject/sqlmap/wiki)

## 什么是 sqlmap？

sqlmap 是一款自动化检测与利用 SQL 注入漏洞的免费开源工具。

### 如何学习使用 sqlmap？

除了阅读本文档，你还可以结合 [sqli-labs](https://github.com/Audi-1/sqli-labs) （一个 SQL 注入实验系统）来实践 sqlmap。

## 参与翻译

本文档发布在 [GitBook](https://sqlmap.highlight.ink/)，你可以访问 [sqlmap-wiki-zhcn (GitHub)](https://github.com/highlightink/sqlmap-wiki-zhcn) 参与翻译，帮助我们修正翻译错误、提升翻译质量。

当你发现任何可改进之处，请 Fork 本项目并向我们发起 Pull Request，流程参见：[复刻他人项目](https://itechub.gitbook.io/github-guides-zhcn/forking-projects/intro)。

### 格式约定

原则上使用 [中文文案排版指北](https://github.com/mzlogin/chinese-copywriting-guidelines) 中建议的格式。

重点关注的几点：

1. 标点符号：使用中文标点符号，代码则沿用英文原文。
2. 中文和英文、数字之间用空格隔开。例如：这是 1 份 sqlmap 中文文档。
3. 专有名词一般不翻译，如 Google。

水平所限，难免出现纰漏，欢迎任何指正、建议、意见和批评。

### 译者

[![Contributors](https://contrib.rocks/image?repo=highlightink/sqlmap-wiki-zhcn)](https://github.com/highlightink/sqlmap-wiki-zhcn/graphs/contributors)


---

# 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://sqlmap.highlight.ink/readme.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.
