当前位置:网站首页>Sqlmap tutorial (III) practical skills II
Sqlmap tutorial (III) practical skills II
2022-07-06 05:58:00 【A τθ】
One 、–technique Use the specified injection method
In some projects , It is inevitable that the network will react slowly ,idc And testing sqlmap The ability of . As a professional penetration tester , We must be fast, accurate and ruthless .
There are some SQL The injection point only allows time injection , It is designated at this time SQLMAP The injection type of is T
Here are --technique Explanation of the value of the parameter :
B:Boolean-basedblindSQLinjection( Boolean Injection )
E:Error-basedSQLinjection( Error reporting injection )
U:UNIONquerySQLinjection( Query injection can be combined )
S:StackedqueriesSQLinjection( Multi statement query injection )
T:Time-basedblindSQLinjection( Injection based on time delay )
Q:InlineSQLInjection( Inline Injection )
Two 、 Use time-based delay injection
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --technique=T
Support multiple injection detection , The default is all :
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --technique=BEUT


3、 ... and 、 Set timeout
--time-out This parameter is to set the timeout Some web pages are slow to respond , You can use this parameter to increase the access timeout time . The default is 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
Four 、 Read text for SQL Injection detection
sqlmap -r post.txt



5、 ... and 、 Specify parameters to inject
-p Specify the parameters to be tested
sqlmap -u "http://192.168.0.103/06/vul/sqli/sqli_str.php?name=1&submit=1" -p name --dbms mysql -v 1
Use * For injection
If url When it is pseudo static , have access to * No. indicates that this is the place of detection ;
sqlmap -u "http://192.168.0.103/06/vul/sqli/id/1*./html POST Inject sqlmap -u "http://192.168.0.103/06/vul/sqli/sqli_id.php" --data "id=1&submit=1" -p id -v 1
6、 ... and 、 Modify the default maximum thread size
sqlmap/lib/core/settings.py
The default maximum thread is 10 You can set the maximum number of threads to 100
MAX_NUMBER_OF_THREADS = 100

边栏推荐
猜你喜欢

What impact will frequent job hopping have on your career?

Station B Liu Erden softmx classifier and MNIST implementation -structure 9

类和对象(一)this指针详解

Redis消息队列

清除浮动的方式
[email protected]树莓派"/>[email protected]树莓派

nodejs实现微博第三方登录

wib3.0 跨越,在跨越(ง •̀_•́)ง

Analysis of grammar elements in turtle Library

How can large websites choose better virtual machine service providers?
随机推荐
Embedded interview questions (IV. common algorithms)
LTE CSFB process
[SQL Server fast track] - authentication and establishment and management of user accounts
Embedded interview questions (I: process and thread)
Redis消息队列
[imgui] unity MenuItem shortcut key
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
養了只小猫咪
查询生产订单中某个(些)工作中心对应的标准文本码
Pay attention to the details of pytoch code, and it is easy to make mistakes
H3C V7 switch configuration IRF
SQLMAP使用教程(三)实战技巧二
华为路由器忘记密码怎么恢复
Gtest之TEST宏的用法
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
Network protocol model
MPLS test report
YYGH-11-定时统计
Auto.js学习笔记17:基础监听事件和UI简单的点击事件操作
Is it difficult for an information system project manager?