# 截图

> *译自：*[*Screenshots*](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots)

详细输出（选项 `-v` 设置为 `3`）：

![Verbose output set to 3](/files/ZLxAAADYzFoDP7J39ED2)

连接三个篡改脚本以模糊注入 SQL payloads（选项 `--tamper` 设置为 `between,randomcase,space2comment`）：

![Tamper scripts in action](/files/mc3zzhLMGHIIVP6jnYxi)

破解导出的数据库用户密码哈希（开关 `--passwords`）：

![Users' password hashes cracking](/files/udWTZ5Vc7AuMYEnPlXUl)

枚举数据表的列（开关 `--columns`）：

![Database table's columns dump](/files/vJVIsHxD4WtytDMFPVxQ)

助记符（选项 `-z` 设置为 `"flu,bat,tec=B"`）：

![Mnemonics usage](/files/kw4abJPAAAU3BKUll7cQ)

只有在使用启发式检测时才进行彻底的测试（开关 `--smart`）：

![Smart mode](/files/NYw4I4ReCYhroHsH7jS5)

DNS 渗出技术（选项 `--dns-domain`）：

![DNS exfiltration technique](/files/PbLjExSCM6fSBiu3f9aD)

HTTP 参数污染（开关 `--hpp`）：

![HTTP parameter pollution](/files/YaWb3yjsdoqXJQ2uTMIU)

将数据表复制到本地 SQLite3 数据库（选项 `--dump-format` 设置为 `SQLITE`）：

![Replicated table](/files/5zzmfohkdauRNarkAD1T)

将数据表导出为 HTML 格式（选项 `--dump-format` 设置为 `HTML`）：

![Dumped table to HTML](/files/Pu88Snuy52ab9HCsZEAW)

OS pwn 模式（Meterpreter）（开关 `--os-pwn`）：

![OS pwn mode](/files/oWBZ9l33NRoXujLXOgnX)

OS shell 模式（开关 `--os-shell`）：

![SQL shell mode](/files/0E5cp0dI7h9jEoTK4Sqf)

SQL shell 模式（开关 `--sql-shell`）：

![SQL shell mode](/files/sRwq3UTqKcUMTwmB8FPV)

向导模式（开关 `--wizard`）：

![Wizard mode](/files/XO5j3tTFlqKBfuG3F895)


---

# 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/screenshots.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.
