前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CyberSecurityRumble Quals

CyberSecurityRumble Quals

作者头像
故里[TRUE]
发布2023-08-24 09:29:50
1230
发布2023-08-24 09:29:50
举报

练练

BACKUP

This company has an interesting approach to backuping their routers. I sniffed the network traffic while they conducted a backup. Check if you find something interesting.

流量分析TCP流,有个密码sup3rs3cur3

image-20230710222532662
image-20230710222532662

后面又找到个压缩包,解密得到flag

image-20230710222603898
image-20230710222603898
image-20230710222811487
image-20230710222811487

flag{TelnetAndFTPAreSoVErySecure}

CHAPGPYT

I’ve made ChatGPT implemented a challenge. I hope you can solve this verry hard challenge

image-20230710203823307
image-20230710203823307

抓包,一共有俩包

image-20230710203909535
image-20230710203909535
image-20230710203920778
image-20230710203920778

POST的这个包每次传参之后会回显一堆hash值

image-20230710203955051
image-20230710203955051

解密

image-20230710204048008
image-20230710204048008

然后这里就是需要猜一下了,GET传参尝试把post_message改成get_message,然后跟上密文发包发现就是可以解密

image-20230710204415830
image-20230710204415830

尝试很多次,发现就是传的值明文是1的情况下成功输出flag,就是md5加密构造1输出即可

image-20230710204611096
image-20230710204611096

CSR{GrindingChatGPTUntilItGivesYOuAChallangeLol}

A GOOD VUE

Check out my cool artworks over there: goodvue.rumble.host If you want an Admin to check out your cool stuff: goodvue-bot.rumble.host

题目提示有bot,应该就是XSS

image-20230710204810460
image-20230710204810460

VUE框架

image-20230710204829190
image-20230710204829190

点击EXPLOIT弹框

image-20230710204853507
image-20230710204853507

一直抓包拦截发现有个有用的数据包

image-20230710205227136
image-20230710205227136

寻找路由发现有个传参点,构造一下

image-20230710210825632
image-20230710210825632

Accept: application/json, text/plain, / Content-Type: application/json

image-20230710221605124
image-20230710221605124
image-20230710221634568
image-20230710221634568

尝试是否解析

image-20230710221922817
image-20230710221922817
image-20230710221933140
image-20230710221933140

直接用远程XSS平台带出来管理员的cookie,base64解码得到flag

flag
flag
代码语言:javascript
复制
CSR{3v3n_vu3_c4n_h4v3_XSS}
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2023-07-10,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • BACKUP
  • CHAPGPYT
  • A GOOD VUE
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档