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

边栏推荐
- AUTOSAR从入门到精通番外篇(十)-嵌入式S19文件解析
- Construction of yolox based on paste framework
- 【LeetCode】Day96-第一个唯一字符&赎金信&字母异位词
- 数字经济破浪而来 ,LTD是权益独立的Web3.0网站?
- CoDeSys note 2: set coil and reset coil
- B站刘二大人-线性回归及梯度下降
- Summary of data sets in intrusion detection field
- 华为路由器如何配置静态路由
- [experience] install Visio on win11
- Processes and threads
猜你喜欢

H3C V7版本交换机配置IRF

(column 22) typical column questions of C language: delete the specified letters in the string.

Analysis of grammar elements in turtle Library
[email protected]树莓派"/>[email protected]树莓派

Mysql database master-slave cluster construction
![[experience] install Visio on win11](/img/f5/42bd597340d0aed9bfd13620bb0885.png)
[experience] install Visio on win11

养了只小猫咪

大型网站如何选择比较好的云主机服务商?

Hongliao Technology: how to quickly improve Tiktok store

【课程笔记】编译原理
随机推荐
My 2021
通讯录管理系统链表实现
SQLMAP使用教程(三)实战技巧二
Database: ODBC remote access SQL Server2008 in oracel
wib3.0 跨越,在跨越(ง •̀_•́)ง
Migrate Infones to stm32
Cannot build artifact 'test Web: War expanded' because it is included into a circular depend solution
Analysis report on development trends and investment planning of China's methanol industry from 2022 to 2028
Sequoiadb Lake warehouse integrated distributed database, June 2022 issue
[Baiwen smart home] first day of the course_ Learn Embedded and understand the development mode of bare metal and RTOS
ArcGIS应用基础4 专题图的制作
P2802 回家
【SQL server速成之路】——身份驗證及建立和管理用戶賬戶
養了只小猫咪
Jushan database appears again in the gold fair to jointly build a new era of digital economy
Grant Yu, build a web page you want from 0
Application Security Series 37: log injection
ContentType的作用
[untitled]
C language bubble sort