From 4bb99e1b667a0437ee0aaa95bb2273329696db73 Mon Sep 17 00:00:00 2001 From: Alexander Tong <55810435+atch2203@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:33:12 -0400 Subject: [PATCH] vault backup: 2024-06-24 23:33:12 --- src/content/blog/jellyCTF writeups.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/blog/jellyCTF writeups.md b/src/content/blog/jellyCTF writeups.md index 5006c79..04bdcfb 100644 --- a/src/content/blog/jellyCTF writeups.md +++ b/src/content/blog/jellyCTF writeups.md @@ -638,3 +638,5 @@ a = [int("".join(i), 16) for i in a] a = [(i+81)%192 for i in a] print(''.join([chr(i) for i in a])) ``` + +flag: `jellyCTF{a_cut3_alic3_hugg4bl3_plush13}` \ No newline at end of file