• Lab 14 : Blind SQL injection with time delays and information retrieval

    Lab 14 : Blind SQL injection with time delays and information retrieval

    Problem Statement : This lab contains a blind SQL injection vulnerability. The application uses a tracking cookie for analytics, and performs an SQL query containing the value of the submitted cookie. The results of the SQL query are not returned, and the application does not respond any differently based on whether the query returns any rows or…

  • Lab 13 : Blind SQL injection with time delays

    Lab 13 : Blind SQL injection with time delays

    Problem Statement : This lab contains a blind SQL injection vulnerability. The application uses a tracking cookie for analytics, and performs an SQL query containing the value of the submitted cookie. The results of the SQL query are not returned, and the application does not respond any differently based on whether the query returns any rows or…

  • Lab 12 : Blind SQL injection with conditional errors

    Lab 12 : Blind SQL injection with conditional errors

    Problem Statement : This lab contains a blind SQL injection vulnerability. The application uses a tracking cookie for analytics, and performs an SQL query containing the value of the submitted cookie. The results of the SQL query are not returned, and the application does not respond any differently based on whether the query returns any rows. If…

  • Lab 11 : Blind SQL injection with conditional responses

    Lab 11 : Blind SQL injection with conditional responses

    Problem Statement : This lab contains a blind SQL injection vulnerability. The application uses a tracking cookie for analytics, and performs an SQL query containing the value of the submitted cookie. The results of the SQL query are not returned, and no error messages are displayed. But the application includes a “Welcome back” message in the page…

  • Blind SQL Injection

    Blind SQL Injection

    On PortSwigger: Blind SQL injection In this section, we’ll describe what blind SQL injection is, explain various techniques for finding and exploiting blind SQL injection vulnerabilities. What is blind SQL injection? Blind SQL injection arises when an application is vulnerable to SQL injection, but its HTTP responses do not contain the results of the relevant…