Skip to content

Commit

Permalink
vault backup: 2024-06-24 23:33:12
Browse files Browse the repository at this point in the history
  • Loading branch information
atch2203 committed Jun 25, 2024
1 parent 214fd31 commit 4bb99e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/blog/jellyCTF writeups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}`

0 comments on commit 4bb99e1

Please sign in to comment.