第五课:工具介绍-Sqlmap

由于Sqlmap 是常用工具之一,所以本篇的篇幅较长,详解一次所有参数。

1、Options(选项)

Usage: python sqlmap.py [options]

Options(选项):

-h, --help Show basic help message and exit
## 展示帮助文档 参数

-hh Show advanced help message and exit
## 展示详细帮助文档参数

--version Show program's version number and exit
## 显示程序的版本号

-v VERBOSE Verbosity level: 0-6 (default 1)
## 详细级别:0-6(默认为1)

2、Target(目标)

3、Request(请求)

4、Optimization(优化)

5、Injection(注入)

6、Detection(检测)

7、Techniques(技巧)

8、Fingerprint(指纹)

9、Enumeration(枚举)

10、Brute Force(蛮力)

11、User-defined function injection(用户自定义函数注入)

12、File system access(访问文件系统)

13、Operating system access(操作系统访问)

14、Windows registry access(Windows注册表访问)

15、General(一般)

16、Miscellaneous(杂项)

--By Micropoor

Last updated

Was this helpful?