当前位置:网站首页>SQL injection 2
SQL injection 2
2022-07-06 20:17:00 【Fan Pei West】
Blind note
What should we do when our injection statement is brought into the database query but nothing is returned ? for example 

Boolean type sql Blind note
substr() function
substr(string,start,length)
string( It's necessary ) Specifies that a part of the string to be returned .start( It's necessary ) Specify where to start the string .length( Optional ) Specifies the length of the returned string .

The following results 1 It's true ,0 For false 





Manual blind injection is usually not used in actual operation , have access to sqlmap And other tools to increase the efficiency of blind Injection .
Time type sql Blind note
Enter last vince’ and ascii(substr(database(),1,1))=112#, The returned information finds that there is no injection point . Then you can't inject ? But in fact, it can be injected through the execution time of the back end .


Then you can use tools to measure
Wide byte Injection
Premise :mysql The coding set of is gbk And magic quotation mark escape is checked 







边栏推荐
- Maximum likelihood estimation and cross entropy loss
- Tencent Android development interview, basic knowledge of Android Development
- Cesium 两点之间的直线距离
- 永磁同步电机转子位置估算专题 —— 基波模型类位置估算概要
- A5000 vGPU显示模式切换
- Database specific interpretation of paradigm
- Anaconda安裝後Jupyter launch 沒反應&網頁打開運行沒執行
- Is it difficult for small and micro enterprises to make accounts? Smart accounting gadget quick to use
- Special topic of rotor position estimation of permanent magnet synchronous motor -- fundamental wave model and rotor position angle
- 夏志刚介绍
猜你喜欢
随机推荐
Recyclerview not call any Adapter method :onCreateViewHolder,onBindViewHolder,
Configuration and simple usage of the EXE backdoor generation tool quasar
beegfs高可用模式探讨
Groovy basic syntax collation
New generation garbage collector ZGC
Digital triangle model acwing 1018 Minimum toll
Anaconda安裝後Jupyter launch 沒反應&網頁打開運行沒執行
Initial experience of addresssanitizer Technology
A5000 vGPU显示模式切换
HMS core machine learning service creates a new "sound" state of simultaneous interpreting translation, and AI makes international exchanges smoother
(3) Web security | penetration testing | basic knowledge of network security construction, IIS website construction, EXE backdoor generation tool quasar, basic use of
Guangzhou's first data security summit will open in Baiyun District
PHP and excel phpexcel
8086指令码汇总表(表格)
方法关键字Deprecated,ExternalProcName,Final,ForceGenerate
PHP与EXCEL PHPExcel
Tencent T4 architect, Android interview Foundation
微信小程序常用集合
JVM_ Common [interview questions]
Cesium Click to draw a circle (dynamically draw a circle)








