当前位置:网站首页>Bugkuctf-web24 (problem solving ideas and steps)
Bugkuctf-web24 (problem solving ideas and steps)
2022-07-02 09:40:00 【hangshao0.0】
Look at the question

Look everywhere for , No additional information 
Grab the bag

Find out “ link ” There is a hidden in that place a label , Click the jump , Get the code 
Analysis of the code
<?php
if(isset($_GET['v1']) && isset($_GET['v2']) && isset($_GET['v3'])){
$v1 = $_GET['v1'];
$v2 = $_GET['v2'];
$v3 = $_GET['v3'];
if($v1 != $v2 && md5($v1) == md5($v2)){
if(!strcmp($v3, $flag)){
echo $flag;
}
}
}
?>
Follow again md5 of , In fact, I have written an article before
https://blog.csdn.net/weixin_45254208/article/details/115425962
But not only to meet md5, Also make variables $ v3 It's equal to the variable $ flag,strcmp Unrecognized array , Go straight back to 0, It seems , All three variables can be used to construct an array to bypass

structure payload
http://114.67.246.176:17268/?v1[]=1&v2[]=2&v3[]=3
OK, Out flag 了 

边栏推荐
- 深入剖析JVM是如何执行Hello World的
- Who is better for Beijing software development? How to find someone to develop system software
- Read Day5 30 minutes before going to bed every day_ All key values in the map, how to obtain all value values
- Ckeditor 4.10.1 upload pictures to prompt "incorrect server response" problem solution
- CKEditor 4.10.1 上传图片提示“不正确的服务器响应” 问题解决
- Probability is not yet. Look at statistical learning methods -- Chapter 4, naive Bayesian method
- kinect dk 获取CV::Mat格式的彩色RGB图像(openpose中使用)
- 在SQL注入中,为什么union联合查询,id必须等于0
- Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedd
- 逆变器simulink模型——处理器在环测试(PIL)
猜你喜欢

FragmentTabHost实现房贷计算器界面

Operation and application of stack and queue

Typeerror: X () got multiple values for argument 'y‘

BugkuCTF-web24(解题思路及步骤)

ZK configuration center -- configuration and use of config Toolkit

Microservice practice | Eureka registration center and cluster construction

JDBC review

Typora安装包分享

Redis installation and deployment (windows/linux)

别找了,Chrome浏览器必装插件都在这了
随机推荐
三相并网逆变器PI控制——离网模式
每天睡前30分钟阅读Day6_Day6_Date_Calendar_LocalDate_TimeStamp_LocalTime
2837xd 代码生成——StateFlow(4)
idea查看字节码配置
Redis 序列化 GenericJackson2JsonRedisSerializer和Jackson2JsonRedisSerializer的区别
Don't look for it. All the necessary plug-ins for Chrome browser are here
互联网API接口幂等设计
Double non undergraduate students enter the factory, while I am still quietly climbing trees at the bottom (Part 1)
A detailed explanation takes you to reproduce the statistical learning method again -- Chapter 2, perceptron model
web安全与防御
MySQL error: unblock with mysqladmin flush hosts
Demand delineation executive summary
Number structure (C language -- code with comments) -- Chapter 2, linear table (updated version)
How to install PHP in CentOS
VIM操作命令大全
Knowledge points are very detailed (code is annotated) number structure (C language) -- Chapter 3, stack and queue
Read Day6 30 minutes before going to bed every day_ Day6_ Date_ Calendar_ LocalDate_ TimeStamp_ LocalTime
BugkuCTF-web16(备份是个好习惯)
TD conducts functional simulation with Modelsim
上班第一天的报错(AWVS卸载不彻底)