web做题日记之反序列化喵[TOC]
1.0喵喵喵1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950<?php/** * 挑战目标:构造一个 POP 链,最终执行 system("whoami") * * 假设这是目标服务器上的源代码 (source.php) */class Modifier { protected $var; public function __construct($var) {
2026-02-2875 words1 min
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo ser