当前位置:网站首页>Buuctf breakthrough diary 03 -- [geek challenge 2019] havefun1
Buuctf breakthrough diary 03 -- [geek challenge 2019] havefun1
2022-07-22 21:09:00 【Breeze--】
This question is also very simple , There is a cat on the entry page. There is no clue , The first time to enter the page source code
Slip all the way to the bottom , Yes php Code
<!--
$cat=$_GET['cat'];
echo $cat;
if($cat=='dog'){
echo 'Syc{cat_cat_cat_cat}';
}
-->
Found a echo 'Syc{cat_cat_cat_cat}' , This is flag The format of , To output this, you need to meet $cat='dog'
because $cat yes GET The ginseng , So again url Add later ?cat=dog
Go to the page after transferring parameters , Find out flag
边栏推荐
- pkg-config 查找库和用于编译
- [lttng learning journey] ----- components of lttng deconstruction
- Chapter 2: Minio stand-alone version, using the client to back up files
- Multithreading 04 -- order of threads
- 第六章:easyCode代码生成器
- next中的样式写法
- [LTTng学习之旅]------Components of LTTng 解构
- Redis series 12 -- redis master-slave
- Bash基本功能—多命令顺序执行与管道符
- Mysql 导入3亿数据
猜你喜欢
Thread pool 01 -- basic use
Multithreading 05 -- reentrantlock principle
Buuctf breakthrough diary -- [ciscn2019 North China division Day2 web1]hack world
微信小程序Cannot read property 'setData' of null錯誤
Chapter 2: Minio stand-alone version, using the client to back up files
第八章:自定义异常返回
Mysql 导入3亿数据
Seata first met
pytorch 自定义数据集载入(标签在csv文件里)
【PyTorch深度学习实践】学习笔记 第三节 梯度下降
随机推荐
第四章:minio的presigned URLs上传文件
Redis series 11 -- redis persistence
Desensitization of mobile phone, name and ID card information in the project in the log and response data
Seata first met
When the project goes online, the old data needs to be modified, and writing SQL is too troublesome. Look at the powerful function of Excel with simple SQL
Buctf passing Diary - - [Netting Cup 2020 Qinglong Group] areuserialz
Multithreading 03 -- synchronized and lock escalation
微信小程序入门教程学习笔记——UI篇之操作反馈
Redis series 13 -- redis Sentinel
Chapter 4: Minio's pre signed URLs upload files
Problems and solutions of using libsvm-3.23 in matlab2017a environment
Chapter 2: configure data sources, redis, security, swagger and other tools jar for the project
BUUCTF闯关日记--[MRCTF2020]Ez_bypass1
1.虚拟化和容器技术
Interview of 2020 Central South University information and communication summer camp
jvm原理与性能调优
Redis series 12 -- redis master-slave
BUUCTF闯关日记04--[强网杯 2019]随便注1
YOLO9000: Better, Faster, Stronger
BUUCTF闯关日记--[SUCTF 2019]CheckIn1()