Simple Web 0x16.5(php unserialize)
tags: NTUSTWS CTF Web
Background
php magic method

Source code
1 | |
Description & Analyze
1 | |
This is a typical command injection. The magic method __wakeup() will be called when unserialized something.