| Target:At least one of these options has to be provided to define the target(s) | 目标:至少为目标提供一个选项 |
|---|---|
| Request:These options can be used to specify how to connect to the target URL | 请求:这些选项用于指定如何连接目标URL的方法 |
| Optimization:These options can be used to optimize the performance of sqlmap | 优化:这些选项用来优化sqlmap的性能 |
| Injection:These options can be used to specify which parameters to test for, | 注入:这些选项用于指定测试那些参数,提供注入payload和篡改脚本 |
| Detection:These options can be used to customize the detection phase | 侦测:这些选项用于侦测阶段的定制化 |
| Techniques:These options can be used to tweak testing of specific SQL injection techniques | 技巧:这些选项用于调整特定 sql 注入技术的技巧 |
| Enumeration:These options can be used to enumerate the back-end database management system information, structure and data contained in the tables. Moreover you can run your own SQL statements | 枚举:这些选项可用于枚举后端数据库管理系统信息、表里的数据接口,此外还可以运行你的sql语句 |
| Brute force:These options can be used to run brute force checks | 暴力执行:这些选项用于暴力检查 |
| User-defined function injection:These options can be used to create custom user-defined functions | 用户定义注入函数:这些选项用于建立用户定义函数 |
| File system access:These options can be used to access the back-end database management system underlying file system | 访问文件系统:这些选项用于访问后端数据库管理系统的底层文件系统 |
| Operating system access:These options can be used to access the back-end database management system underlying operating system | 操作系统连接:这些选项用于连接后端DBMS底层的os |
| Windows registry access:These options can be used to access the back-end database management system Windows registry | windows 注册表连接:这些选项用于连接后端DBMS的windows 注册表 |
| General: These options can be used to set some general working parameters | 通用:这些选项用于设置一些通用参数 |
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C++程序设计原理与实践
(美)Bjarne Stroustrup / 王刚 等 / 机械工业出版社 / 2010.7 / 108.00元
本书是经典程序设计思想与C++开发实践的完美结合,是C++之父回归校园后对C++编程原理和技巧的全新阐述。书中全面地介绍了程序设计基本原理,包括基本概念、设计和编程技术、语言特性以及标准库等,教你学会如何编写具有输入、输出、计算以及简单图形显示等功能的程序。此外,本书通过对C++思想和历史的讨论、对经典实例(如矩阵运算、文本处理、测试以及嵌入式系统程序设计)的展示,以及对C语言的简单描述,为你呈现......一起来看看 《C++程序设计原理与实践》 这本书的介绍吧!