当前位置:网站首页>SQLMAP使用教程(三)实战技巧二
SQLMAP使用教程(三)实战技巧二
2022-07-06 05:48:00 【Aτθ】
一、–technique 使用指定的注入方式
在一些项目中,难免会遇上网络反应缓慢,idc还有检测sqlmap的能力。作为一个专业的渗透测试人员,必须做到快准狠。
有些SQL注入点只允许时间注入,这时指定SQLMAP的注入类型为T
以下是--technique 参数的值的解释:
B:Boolean-basedblindSQLinjection(布尔型注入)
E:Error-basedSQLinjection(报错型注入)
U:UNIONquerySQLinjection(可联合查询注入)
S:StackedqueriesSQLinjection(可多语句查询注入)
T:Time-basedblindSQLinjection(基于时间延迟注入)
Q:InlineSQLInjection(内联注入)
二、使用基于时间的延时注入
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --technique=T
支持多种注入检测,默认是全部:
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --technique=BEUT
三、设置超时时间
--time-out 这个参数是设置超时时间 有得网页响应比较慢,可以使用这个参数来增大访问超时的时间。默认是30
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --timeout=10
四、读取文本进行SQL注入检测
sqlmap -r post.txt
五、指定参数进行注入
-p 指定需要测试的参数
sqlmap -u "http://192.168.0.103/06/vul/sqli/sqli_str.php?name=1&submit=1" -p name --dbms mysql -v 1
使用*进行注入
如果url是伪静态的时 ,可以使用*号表示这是检测的地方;
sqlmap -u "http://192.168.0.103/06/vul/sqli/id/1*./html POST注入 sqlmap -u "http://192.168.0.103/06/vul/sqli/sqli_id.php" --data "id=1&submit=1" -p id -v 1
六、修改默认最大线程
sqlmap/lib/core/settings.py
默认最大线程是10 可以设置线程最大为100
MAX_NUMBER_OF_THREADS = 100
边栏推荐
- As3013 fire endurance test of cable distribution system
- 嵌入式面试题(四、常见算法)
- Construction of yolox based on paste framework
- The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
- [Thesis code] SML part code reading
- 类和对象(一)this指针详解
- 如何在业务代码中使用 ThinkPHP5.1 封装的容器内反射方法
- 【无标题】
- 实践分享:如何安全快速地从 Centos迁移到openEuler
- Migrate Infones to stm32
猜你喜欢
类和对象(一)this指针详解
ArcGIS application foundation 4 thematic map making
网站进行服务器迁移前应做好哪些准备?
PDK工艺库安装-CSMC
A master in the field of software architecture -- Reading Notes of the beauty of Architecture
How to use PHP string query function
(5) Explanation of yolo-v3 core source code (3)
局域网同一个网段通信过程
[SQL Server Express Way] - authentification et création et gestion de comptes utilisateurs
进程和线程
随机推荐
入侵检测领域数据集总结
[happy Spring Festival] if you feel happy, dance
【无标题】
HCIA复习
局域网同一个网段通信过程
(column 22) typical column questions of C language: delete the specified letters in the string.
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
[email protected] raspberry pie
What preparations should be made for website server migration?
【LeetCode】Day96-第一个唯一字符&赎金信&字母异位词
c语言——冒泡排序
[Baiwen smart home] first day of the course_ Learn Embedded and understand the development mode of bare metal and RTOS
查询生产订单中某个(些)工作中心对应的标准文本码
LAN communication process in the same network segment
授予渔,从0开始搭建一个自己想要的网页
My 2021
B站刘二大人-数据集及数据加载 Lecture 8
What is independent IP and how about independent IP host?
Investment strategy discussion and market scale prediction report of China's solid state high power amplifier industry from 2022 to 2028
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower