当前位置:网站首页>A snare - Cookie spoofing
A snare - Cookie spoofing
2022-06-12 10:25:00 【Free gift, juvenile】
Title Description :
Open the given link to get a very long string in the web page .

The code uses md5 Cracking failed , I don't know what the encoding method is . url Parameter transfer is generally done with base64 code .
About base64 Coding principle , You can check the details online , Here we can simply say that the three characters of the original text are replaced by four characters , The principle is :3 individual 8 Bits converted to 4 individual 6 digit , Every 6 The number of digits only indicates ‘a’~‘z’,'A'~'Z','0'~'9','+' and '\' , common 64 individual . So if the original character is not a multiple of three , You need to add at the end 1~2 individual ‘=’ character , It will be automatically removed when decoding . therefore base64 The number of characters after encoding is a multiple of four .
We see url Parameter is ZmxhZy50eHQ, The number of characters is 11, So when decoding, you need to add a... At the end of the string '=', Solve the original as “flag.txt” .

边栏推荐
- How PLC constructs shift function block (FC) by itself
- MYSQL用户与权限管理,角色管理
- 2. factory mode
- PHP generate schedule
- 高通平台如何修改特殊电压
- JVM (IV) Class file structure (complete parsing of bytecode attached)
- reflex
- [SQLite3] memory debugging
- How to refund the pre-sale deposit of JD 618 in 2022? Can JD 618 deposit be refunded?
- 数组,整型,字符变量在全局和局部的存在形式
猜你喜欢

First NFT platform in dfinity Ecology: impossible thoughts

How to refund the pre-sale deposit of JD 618 in 2022? Can JD 618 deposit be refunded?

机器学习不是你想用,想用就能用

Qt自定义窗口圆角

CONDA install tensorflow test tensorflow

ASP. Net core permission system practice (zero)

Code types and data structures corresponding to the five object types of redis

【实验】MySQL主从复制及读写分离

机器学习之数据处理与可视化【鸢尾花数据分类|特征属性比较】

ASP.NET Core权限系统实战(零)
随机推荐
Mobile terminal commissioning
CentOS 7 installing MySQL 8
93. 获得内网的所有IP地址
在一个“去QA化”的项目中,QA能做什么?
Circuitbreaker fuse of resilience4j - circuitbreakerregistry register
在App内跳转微信,打开微信
PostgreSQL uses stored procedures to splice multiple tables and query data
PLC如何自行构造移位功能块(FC)
Jump to wechat in app and open wechat
Class selectors and using pseudo class selectors with
PHP: seven cattle cloud upload file
JVM (III) Virtual machine performance monitoring & fault handling tool
Raw socket usage
CONDA install tensorflow test tensorflow
High performance computing framework for image processing
Redis (II) Memory mapped data structure
Is the acceptance standard a test case?
PHP interface generates cache and MD5 encryption uniformly
Add jar package under idea2018 web project
reflex