Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ba4888

Browse files
authored
Update: Chinese documents. (#5649)
* Update Chinese documents. * Revise zh-CN document about RSS * Update: zh-CN document, keep terminology: commit
1 parent 5845cf5 commit 2ba4888

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/translations/README-zh-CN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
[![.github/workflows/tests.yml](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml/badge.svg)](https://github.com/sqlmapproject/sqlmap/actions/workflows/tests.yml) [![Python 2.6|2.7|3.x](https://img.shields.io/badge/python-2.6|2.7|3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-GPLv2-red.svg)](https://raw.githubusercontent.com/sqlmapproject/sqlmap/master/LICENSE) [![Twitter](https://img.shields.io/badge/[email protected])](https://twitter.com/sqlmap)
44

5-
sqlmap 是一个开源的渗透测试工具,可以用来自动化的检测,利用SQL注入漏洞,获取数据库服务器的权限。它具有功能强大的检测引擎,针对各种不同类型数据库的渗透测试的功能选项,包括获取数据库中存储的数据,访问操作系统文件甚至可以通过带外数据连接的方式执行操作系统命令
5+
sqlmap 是一款开源的渗透测试工具,可以自动化进行SQL注入的检测、利用,并能接管数据库服务器。它具有功能强大的检测引擎,为渗透测试人员提供了许多专业的功能并且可以进行组合,其中包括数据库指纹识别、数据读取和访问底层文件系统,甚至可以通过带外数据连接的方式执行系统命令
66

77
演示截图
88
----
99

1010
![截图](https://raw.github.com/wiki/sqlmapproject/sqlmap/images/sqlmap_screenshot.png)
1111

12-
你可以访问 wiki上的 [截图](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) 查看各种用法的演示
12+
你可以查看 wiki 上的 [截图](https://github.com/sqlmapproject/sqlmap/wiki/Screenshots) 了解各种用法的示例
1313

1414
安装方法
1515
----
1616

17-
你可以点击 [这里](https://github.com/sqlmapproject/sqlmap/tarball/master) 下载最新的 `tar` 打包的源代码 或者点击 [这里](https://github.com/sqlmapproject/sqlmap/zipball/master)下载最新的 `zip` 打包的源代码.
17+
你可以点击 [这里](https://github.com/sqlmapproject/sqlmap/tarball/master) 下载最新的 `tar` 打包好的源代码,或者点击 [这里](https://github.com/sqlmapproject/sqlmap/zipball/master)下载最新的 `zip` 打包好的源代码.
1818

19-
推荐你从 [Git](https://github.com/sqlmapproject/sqlmap) 仓库获取最新的源代码:
19+
推荐直接从 [Git](https://github.com/sqlmapproject/sqlmap) 仓库获取最新的源代码:
2020

2121
git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
2222

@@ -33,15 +33,15 @@ sqlmap 可以运行在 [Python](https://www.python.org/download/) **2.6**, **2.
3333

3434
python sqlmap.py -hh
3535

36-
你可以从 [这里](https://asciinema.org/a/46601) 看到一个sqlmap 的使用样例。除此以外,你还可以查看 [使用手册](https://github.com/sqlmapproject/sqlmap/wiki/Usage)获取sqlmap所有支持的特性、参数、命令行选项开关及说明的使用帮助
36+
你可以从 [这里](https://asciinema.org/a/46601) 看到一个 sqlmap 的使用样例。除此以外,你还可以查看 [使用手册](https://github.com/sqlmapproject/sqlmap/wiki/Usage)获取 sqlmap 所有支持的特性、参数、命令行选项开关及详细的使用帮助
3737

3838
链接
3939
----
4040

4141
* 项目主页: https://sqlmap.org
4242
* 源代码下载: [.tar.gz](https://github.com/sqlmapproject/sqlmap/tarball/master) or [.zip](https://github.com/sqlmapproject/sqlmap/zipball/master)
43-
* RSS 订阅: https://github.com/sqlmapproject/sqlmap/commits/master.atom
44-
* Issue tracker: https://github.com/sqlmapproject/sqlmap/issues
43+
* Commit的 RSS 订阅: https://github.com/sqlmapproject/sqlmap/commits/master.atom
44+
* 问题跟踪器: https://github.com/sqlmapproject/sqlmap/issues
4545
* 使用手册: https://github.com/sqlmapproject/sqlmap/wiki
4646
* 常见问题 (FAQ): https://github.com/sqlmapproject/sqlmap/wiki/FAQ
4747
* X: [@sqlmap](https://twitter.com/sqlmap)

0 commit comments

Comments
 (0)