当前位置:网站首页>bugku---game1
bugku---game1
2022-07-19 02:20:00 【jjj34】
Title Description :

Games , Generally, when the score is high to a certain extent , You can pass
Turn on bp Take a look
Find out : When our game is over , The web page will send a package

Click to see

Try to modify score Value

Obviously , You can't . Explain that there are other parameters to verify the authenticity of the score ; This parameter may be sign Or maybe in cookie in .
solve : Send packets many times ( Play games many times , Keep different values ), Compare different values

Obviously , When the scores are different, the difference between different packages is score and sign
contrast sign Find out sign By zM + **** + == constitute

Take the qualified four digits in the first bag cmd5 Decrypt , Find out , This is our score
Therefore, it is determined that sign = zM + base64(score) + ==
therefore We need to change the score , You need to score = 999999 also sign = zM+ base64(999999) + ==
base64(999999) This specific value can go to cmd5 To encrypt
The packets are as follows

Successfully get flag
summary :
1. Games generally come by modifying scores , It should be raised (999999) , Or lower it (-999999)
2. There may be more than one parameter controlling the score , If there is encryption, you have to try to decrypt . Usually try several more times , Find the parameters that change due to different scores , Then analyze the parameter
边栏推荐
- JS笔记1
- [tools] Application of SQLite local database in unity3d
- 怎么将软件的快捷方式添加到鼠标右键的列表中
- STL -- string container
- Leetcode 70:Climbing Stairs
- 信号与系统实验
- Gdb+vscode for debugging 7 - how to debug when there is a segmentation default/ segment error in the program?
- LeetCode:动态规划中的多重背包问题【一个模板解决所有~】
- STL--vector容器
- Visual Studio 2019-QT调试
猜你喜欢
随机推荐
Gdb+vscode for debugging 4 - GDB executes relevant commands
[hdrp HD rendering pipeline] create hdrp project and upgrade the built-in pipeline project to hdrp project
BUAAOS-Lab0实验报告
ENVI_ Idl: batch process the re projection of MODIS swath data and output it to GeoTIFF format + detailed analysis
【Unity编辑器扩展】Unity发布资源到商店流程Unity Asset Store Publish
UE4 笔记
ENVI_ Idl: read the text file and output it in GeoTIFF format + simple mean interpolation
英文商务邮件常用语
windows安装mysql和jdbc
DGC best practice: how to ensure that confidential data is not leaked when entering the lake?
Lecture 2 BTC cryptography principles (notes)
Leetcode 198:House Robber
Signal and system experiment
BladeX——精心设计的微服务架构
Gdb+vscode for debugging 7 - how to debug when there is a segmentation default/ segment error in the program?
Installing MySQL and JDBC on Windows
Dueling DQN的理论基础及其代码实现【Pytorch + Pendulum-v0】
Unity导入fbx模型后,运行时物体的旋转和位置自动改变的问题解决方法
LeetCode:动态规划中的0-1背包问题【快来直接套模板啦】
DoubleDQN的理论基础及其代码实现【Pytorch + Pendulum-v0】









