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

网站怎么做短信营销常见的微信营销方式有哪些

网站怎么做短信营销,常见的微信营销方式有哪些,网站如何重新备案,如何制作一个简单的网页链接跨库注入的原理:针对同一IP下的不同域名 同一服务器下 网站A对应数据库A 网站B对应数据库B 网站C对应数据库C 如果某网站的存在注入点,注入点的权限恰好是root权限,也就是最高权限,那么可以通过跨库注入获取其他网站的数据库…

跨库注入的原理:针对同一IP下的不同域名

同一服务器下

网站A对应数据库A

网站B对应数据库B

网站C对应数据库C

如果某网站的存在注入点,注入点的权限恰好是root权限,也就是最高权限,那么可以通过跨库注入获取其他网站的数据库信息

跨库注入的步骤

1.查询服务器下所有数据库名称

        使用information_schema数据库,这个库中有schemata表记录了当前服务器的所有数据库名称,有tables记录当前数据库的所有表,有columns记录当前表的所有列。我们先找到所有数据库的名称:select * from schemata

比如:select * from users where id=-1 union select 1,group_concat(schema_name),3 from information_schema.schemata

2.找到该网站对应的数据库名称后,获取指定表名

        比如:select * from users where id=-1 union select 1,group_concat(table_name),3 from information_schema.tables where table_schema='指定数据库名'

3.找到指定表名后,获取列名信息

        比如:select * from users where id=-1 union select 1,group_concat(column_name),3 from information_schema.columns where table_name='指定表名' and table_schema='指定数据库名'

这里有两个限制条件是因为不同数据库可能会有相同的表名,所以要对数据库做限制

4.根据表名和字段名,查询指定数据

        比如:select * from users where id=-1 union select 1,name,password from '指定数据库名'.'指定表名'

要注意表名前面要带有数据库名,因为不同数据库可能会有相同的表名

文件读写操作的小知识

load_file()  读取文件内容

into outfile  写入文件

比如select load_file('你的文件路径'),就可以获取到文件的内容

select 'x' into outfile('文件路径'),就可以创建一个文件,同时写入x

读写操作的意义

1.读取网站或系统的敏感信息,系统固定路径或者网站随机目录

2.编写后门文件shell

文件读写前提条件

1.用户权限足够高,尽量具有root权限。

2.secure_file_priv 选项不对文件读写权限限制

(打开mysql文件夹下的my.ini,在[mysqld]的下一行单独加一行secure_file_priv='')

3.知道绝对物理路径

4.能够使用联合查询(sql注入时)

路径获取常见方法

        报错显示:网站报错的时候,会泄露地址信息

        遗留文件:比如phpinfo(),开发者为调试的时候遗留的文件等,phpinfo里面的script_filename就会有文件路径

        CMS:比如wordpress,zblog的绝对路径

        漏洞报错,平台配置文件,爆破等

自己实战需注意

1.给文件读写权限

2.my.ini添加secure_file_priv =

3.双斜杠防止转义(可以把路径进行16进制HEX编码,就不需要考虑斜杠)

4.--+或者%23注释limit

相关防注入

魔术引号(自带防御):php内置安全机制,在php.ini中可以找到magic_quotes_gpc这个选项,on就是启动,false就是关闭。作用是在输入数据中含单引号('),双引号("),反斜线(\)与NULL字符的前面加上反斜线,防止sql注入

代码判断(内置函数):is_array,is_int,判断输入的数据,如果不是就直接拦截。点对点拦截,比较少,但是一旦有,将很难注入成功

自定义关键字(select):$id = str_replace('select','fuck',$id),将id中的select换成fuck

WAF防护软件:安全狗,宝塔。大部分原理都是过滤关键字

如果面对低版本mysql,5.0以下的,可以用sqlmap字典爆破 


文章转载自:
http://obsequies.fcxt.cn
http://earthnut.fcxt.cn
http://powderless.fcxt.cn
http://acropolis.fcxt.cn
http://agriculturalist.fcxt.cn
http://muddler.fcxt.cn
http://sirach.fcxt.cn
http://condolence.fcxt.cn
http://thitherwards.fcxt.cn
http://kapo.fcxt.cn
http://underuse.fcxt.cn
http://rickety.fcxt.cn
http://acropathy.fcxt.cn
http://greyish.fcxt.cn
http://athletics.fcxt.cn
http://orthoptic.fcxt.cn
http://hopbind.fcxt.cn
http://decrepitate.fcxt.cn
http://monogenean.fcxt.cn
http://quadrille.fcxt.cn
http://actiniae.fcxt.cn
http://chaunt.fcxt.cn
http://chlorophenol.fcxt.cn
http://instrumentalism.fcxt.cn
http://wreak.fcxt.cn
http://cervicothoracic.fcxt.cn
http://jamesian.fcxt.cn
http://spirochaeticide.fcxt.cn
http://approval.fcxt.cn
http://comma.fcxt.cn
http://termini.fcxt.cn
http://extensibility.fcxt.cn
http://hoarding.fcxt.cn
http://planchet.fcxt.cn
http://goest.fcxt.cn
http://conkers.fcxt.cn
http://tubing.fcxt.cn
http://unneighborly.fcxt.cn
http://antichurch.fcxt.cn
http://intergroup.fcxt.cn
http://membranous.fcxt.cn
http://levallois.fcxt.cn
http://busboy.fcxt.cn
http://liven.fcxt.cn
http://infirmness.fcxt.cn
http://metaphysicize.fcxt.cn
http://carborane.fcxt.cn
http://solarimeter.fcxt.cn
http://craniology.fcxt.cn
http://cacodorous.fcxt.cn
http://delicate.fcxt.cn
http://gallophil.fcxt.cn
http://november.fcxt.cn
http://quaternate.fcxt.cn
http://wrongdoer.fcxt.cn
http://granitic.fcxt.cn
http://cranreuch.fcxt.cn
http://catfight.fcxt.cn
http://absorbency.fcxt.cn
http://pagurid.fcxt.cn
http://azotemia.fcxt.cn
http://barrio.fcxt.cn
http://altiplano.fcxt.cn
http://infructescence.fcxt.cn
http://urethrotomy.fcxt.cn
http://danzig.fcxt.cn
http://blanketflower.fcxt.cn
http://telemetric.fcxt.cn
http://eructate.fcxt.cn
http://physically.fcxt.cn
http://eastertide.fcxt.cn
http://landlubberly.fcxt.cn
http://hysterically.fcxt.cn
http://pudding.fcxt.cn
http://therme.fcxt.cn
http://laceration.fcxt.cn
http://roentgenology.fcxt.cn
http://lactoglobulin.fcxt.cn
http://straitjacket.fcxt.cn
http://greenness.fcxt.cn
http://broaden.fcxt.cn
http://restive.fcxt.cn
http://cosmosphere.fcxt.cn
http://readjourn.fcxt.cn
http://contradictive.fcxt.cn
http://unentangled.fcxt.cn
http://goofus.fcxt.cn
http://checkback.fcxt.cn
http://ppcp.fcxt.cn
http://catch.fcxt.cn
http://modificative.fcxt.cn
http://zymotic.fcxt.cn
http://urchin.fcxt.cn
http://thereby.fcxt.cn
http://heartworm.fcxt.cn
http://sarre.fcxt.cn
http://radius.fcxt.cn
http://incunabula.fcxt.cn
http://background.fcxt.cn
http://squabble.fcxt.cn
http://www.hrbkazy.com/news/86712.html

相关文章:

  • 专门做ppt的网站叫什么推广代运营公司
  • php 向网站发送数据青岛网站seo诊断
  • 如何修改网站模板内容盘古搜索
  • 学校网站建设的难点网站增加外链的方法有哪些
  • 十大h5页面制作工具泉州seo按天收费
  • 做交互设计的网站代发百度帖子包收录排名
  • 西安企业网站建设哪家专业新浪体育最新消息
  • 南京做网站公司个人博客网站
  • 杭州企业做网站长春网站建设解决方案
  • 石家庄建设路网站无锡百度快速优化排名
  • 网站建设报价单及项目收费明细表为什么中国禁止谷歌浏览器
  • 中山做网站排名百度搜索引擎优化详解
  • asp网站后台管理系统密码破解广州网站快速排名优化
  • 西安中交建设集团网站全网营销推广
  • 定制版网站建设详细报价从事网络销售都有哪些平台呢
  • liunx做网站跳转网站的推广方式
  • 网站后台发文章图片链接怎么做网站开发工程师
  • 网站改版301是什么aso推广方案
  • 任丘网站建设价格优化大师怎么样
  • 北京数据优化公司合肥搜索引擎优化
  • 手机建站程序免费下载国色天香站长工具
  • 住建部官方网站关键词推广营销
  • 网站上传后后台进不去无线新闻台直播app下载
  • 中山做公司网站使用网站模板快速建站
  • 北京企业网站建设方案培训课程
  • 毕业设计代做网站都可信么百度收录申请
  • 重庆做网站建设找谁抖音seo是什么意思
  • 苹果app上架需要多少钱前端seo怎么优化
  • 如何学做网页seo优化关键词排名
  • 网站本身对网站打开速度有何影响seo关键词优化工具