diff --git a/content/posts/ww-ctf-2024-pwn-whiterabbit.md b/content/posts/ww-ctf-2024-pwn-whiterabbit.md index 158924a..0dde8e7 100644 --- a/content/posts/ww-ctf-2024-pwn-whiterabbit.md +++ b/content/posts/ww-ctf-2024-pwn-whiterabbit.md @@ -1,7 +1,7 @@ +++ title = 'World Wide CTF 2024 - pwn/white-rabbit' date = 2024-12-01T06:52:21-05:00 -draft = true +draft = false +++ White Rabbit is a shellcode challenge I created for WWCTF 2024. I will walk you through the intended solution and share an very clever approach discovered by my teammate @Nosimue. @@ -207,4 +207,4 @@ if __name__ == "__main__": exploit() ``` -If you came up with a unique solve or have feedback on the challenge, I'd love to hear from you. \ No newline at end of file +If you came up with a unique solve or have feedback on the challenge, I'd love to hear from you.