当前位置:网站首页>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

边栏推荐
- Some easy-to-use tools make your essay style more elegant
- 授予渔,从0开始搭建一个自己想要的网页
- Luogu [Beginner Level 4] array p1427 number game of small fish
- Memory and stack related concepts
- As3013 fire endurance test of cable distribution system
- B站刘二大人-Softmx分类器及MNIST实现-Lecture 9
- MPLS test report
- 实践分享:如何安全快速地从 Centos迁移到openEuler
- Investment strategy discussion and market scale prediction report of China's solid state high power amplifier industry from 2022 to 2028
- Classes and objects (I) detailed explanation of this pointer
猜你喜欢

进程和线程

Yygh-11-timing statistics

【论文代码】SML部分代码阅读

Hongliao Technology: how to quickly improve Tiktok store

(5) Explanation of yolo-v3 core source code (3)

数字经济破浪而来 ,LTD是权益独立的Web3.0网站?

Wib3.0 leapfrogging, in leapfrogging (ง • ̀_•́) ง

Practice sharing: how to safely and quickly migrate from CentOS to openeuler

PDK process library installation -csmc

Clock in during winter vacation
随机推荐
Migrate Infones to stm32
H3C S5820V2_5830V2交换机IRF2堆叠后升级方法
Arrays and collections
Is it difficult for an information system project manager?
Download, install and use NVM of node, and related use of node and NRM
[Jiudu OJ 08] simple search x
Auto.js学习笔记17:基础监听事件和UI简单的点击事件操作
MPLS test report
Cognitive introspection
公司視頻加速播放
LAN communication process in the same network segment
大型网站如何选择比较好的云主机服务商?
类和对象(一)this指针详解
Clock in during winter vacation
continue和break的区别与用法
Li Chuang EDA learning notes 12: common PCB board layout constraint principles
Huawei BFD configuration specification
SQLMAP使用教程(三)实战技巧二
Web service connector: Servlet
Embedded interview questions (I: process and thread)