SQL injection attack and defense second Edition reading note two--sql blind utilization

Source: Internet
Author: User
Tags bitwise sql injection attack
Find and Confirm SQL blinds

Forcing a generic error to occur

Injections with side-effect queries such as

MSSQL WAITFOR DELAY ' 0:0:5 '

MySQL sleep ()

Split and Balance

5-7-2

Common SQL Blind scenarios

A generic error page is returned when an error query is submitted, and the correct query returns a page with moderately controlled content

A generic error page is returned when an error query is submitted, and the correct query returns a page that is not controlled by the content.

does not affect when submitting an error query, but may be based on time or other side effects

SQL Blind Technology

Inference Attack Technology

Len () Judging length

SUBSTRING () Extract substring

ASCII () Get character ASCII code

Two-point Search

& Bitwise AND

| Bitwise OR

^ Bitwise XOR OR

ASCII (user (), substring) & 11=11

Time-based technology

MySQL sleep () benchmark ()

SQL injection attack and defense second Edition reading note two--sql blind utilization

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.