# 许可证

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

sqlmap 版权所有 (C) 2006-2024 [Bernardo Damele Assumpcao Guimaraes](mailto:bernardo@sqlmap.org)，[Miroslav Stampar](mailto:miroslav@sqlmap.org)。

本程序是自由软件；你可以遵照[自由软件基金会](http://www.fsf.org)出版的 [GNU 通用公共许可证条款](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)修改并重新发布这一程序；包含声明与例外的第二版（或更高版本）描述于[许可证文件](https://raw.github.com/sqlmapproject/sqlmap/master/doc/COPYING)。这保证你在特定条件下使用、修改和重新发布本软件的权利。如果你希望将 sqlmap 技术嵌入到专有软件中，我们将使用另一套许可证（联系 [sales@sqlmap.org](https://github.com/kvko/sqlmap-wiki-zhcn/blob/master/Users-manual/sales@sqlmap.org)）。

## 免责声明

分发这一程序的目的是希望它对公众有用，但我们不提供任何担保。甚至没有针对适销性或特定用途适用性的默示保证。更详细的情况请在 <http://www.gnu.org/licenses/gpl-2.0.html> 参阅 GNU 通用公共许可证。

在没有事先获得双方认可的情况下使用 sqlmap 攻击目标是非法的。终端用户有责任遵守所有适用的地方、州和联邦法律。开发者对本程序造成的任何滥用或损害概不负责。

## 开发者

* [Bernardo Damele A. G.](mailto:bernardo@sqlmap.org) ([@inquisb](https://twitter.com/inquisb))
* [Miroslav Stampar](mailto:miroslav@sqlmap.org) ([@stamparm](https://twitter.com/stamparm))


---

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