当前位置:网站首页>Attack and defense world web advanced area unserialize3
Attack and defense world web advanced area unserialize3
2022-07-02 09:44:00 【hangshao0.0】
subject
Related content
In fact, a deserialization article has been recorded before .
PHP Deserialization -(web_php_unserialize)
The topic of deserialization , It's more complicated than this .
Since I haven't practiced for a long time , And I saw this in the offensive and defensive world unserialize3 The subject of , Just review deserialization .
The problem solving steps
First new An object , And then serialize it , The code is as follows :
The result of serialization is as follows :
"xctf":1:
There is only one attribute in the serialized object , If the string to be deserialized , The number of attributes does not conform to the actual , be __wakeup()
invalid .
therefore , take "xctf":1:
Change it to "xctf":2:
Bypass __wakeup()
.
The results of parameter transmission are as follows :
边栏推荐
- QT signal slot summary -connect function incorrect usage
- 2837xd code generation - stateflow (4)
- zk配置中心---Config Toolkit配置与使用
- Image recognition - data augmentation
- Hystrix implements request consolidation
- Mysql默认事务隔离级别及行锁
- 三相逆变器离网控制——PR控制
- 2837xd Code Generation - stateflow (4)
- Say goodbye to 996. What are the necessary plug-ins in idea?
- Cmake command - Official Document
猜你喜欢
2837xd code generation - Summary
How to install PHP in CentOS
Off grid control of three-phase inverter - PR control
互联网API接口幂等设计
MySQL default transaction isolation level and row lock
Insight into cloud native | microservices and microservice architecture
C language programming problems
Bugkuctf-web21 (detailed problem solving ideas and steps)
2837xd code generation - stateflow (4)
Mysql默认事务隔离级别及行锁
随机推荐
Mysql默认事务隔离级别及行锁
What are the waiting methods of selenium
Timed thread pool implements request merging
In depth analysis of how the JVM executes Hello World
每天睡觉前30分钟阅读_day4_Files
College Students' CET-4 and CET-6 composition template (self created version, successfully crossed CET-6)
idea查看字节码配置
上班第一天的报错(Nessus安装winpcap报错)
How to use PHP spoole to implement millisecond scheduled tasks
Idempotent design of Internet API interface
Required request body is missing: (cross domain problem)
分享一篇博客(水一篇博客)
在SQL注入中,为什么union联合查询,id必须等于0
Learn combinelatest through a practical example
Navicat 远程连接Mysql报错1045 - Access denied for user ‘root‘@‘222.173.220.236‘ (using password: YES)
Cmake command - Official Document
Say goodbye to 996. What are the necessary plug-ins in idea?
Break the cocoon | one article explains what is the real cloud primordial
Oracle modifies tablespace names and data files
自定義Redis連接池