diff --git a/CTF/ctfs/IWCON_CTF_2023.md b/CTF/ctfs/IWCON_CTF_2023.md
index e202423..2e5c49b 100644
--- a/CTF/ctfs/IWCON_CTF_2023.md
+++ b/CTF/ctfs/IWCON_CTF_2023.md
@@ -11,13 +11,19 @@
- [Socialize](#socialize)
- [runme](#runme)
+## Crypto
+- [Rota23r](#rota23r)
+
+
---------------------------
-## Socialize
+## WARMUP
+
+### Socialize
- Learn to socialize!
- https://discord.gg/H7sQx76n
@@ -30,7 +36,7 @@ Flag is in `iwcon-ctf` channel
Flag: `IWCON{y0u_w3r3_h3r3_f!rst}`
-## runme
+### runme
- code me!
- Flag format: IWCON{}
@@ -80,5 +86,45 @@ public static void main(String[] var0) {
Flag: `IWCON{y0u_4r3_a_r3v3rs3_3ngin33r}`
+## Crypto
+
+### Rota23r
+
+```
+📣Nggragvba unpxref!
+VJPBA 2023 PGS fgnegf ba 🗓14gu Qrprzore 2023, ⌚5:30 CZ VFG.
+Rkpvgvat cevmrf gb or jba🎁🏆
+Vs lbh unira'g lrg ertvfgrerq, ertvfgre Abj: uggcf://pgs.vjpba.yvir
+ernq gur ehyrf
+
+Flag format: IWCON{}
+```
+
+this is rot13 and it decodes to
+
+```
+Attention hackers!
+IWCON 2023 CTF starts on ð14th December 2023, â5:30 PM IST.
+Exciting prizes to be wonðð
+If you haven't yet registered, register Now: https://ctf.iwcon.live
+read the rules
+```
+
+in the source code of rules page we can see this comment
+
+
+
+this is rot13 of `M0V_M3_T0_G3T_TH3_FL4G`
+
+Flag: `IWCON{M0V_M3_T0_G3T_TH3_FL4G}`
+
+
+
+
+
+
+
+
+