Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rwctf2019/pwn_MoP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ index 24765617cb..66c0402e74 100644
+#define PHP_VERSION "114514-realworld"
```

No idea what the `114514` in the version means. The DS_store is just a mac thing, but the `tttt.py` seems to be a remnant from a different CTF challenge?! (https://www.tuicool.com/articles/RNBJ7fE -- pythonginx). No idea why that file is there.
The `114514` in the version has no real function; it is a [Japanese internet meme "iiyokoiyo"](https://github.com/pwning/public-writeup/issues/15).
The DS_store is just a mac thing, but the `tttt.py` seems to be a remnant from a different CTF challenge?! (https://www.tuicool.com/articles/RNBJ7fE -- pythonginx). No idea why that file is there.

Anyways, we now know that the bug is a missing `ze_obj->filename = NULL`, which means that we either have UAF or double-free.

Expand Down