User Tools

Site Tools


hacking:sql_injection:mssql:if_statement

Hacking - SQL Injection - MSSQL - If Statement

Get response based on an if statement.

This is one of the key points of Blind SQL Injection, also can be very useful to test simple stuff blindly and accurately.

IF condition true-part ELSE false-part
 
IF (1=1) SELECT 'true' ELSE SELECT 'false'
hacking/sql_injection/mssql/if_statement.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki