This is VishwaCTF’25 writeup eng version
QuadRant
It give us four pices of QRcode so I think that maybe build them together and the flag we come through and it actually is
Flag: VishwaCTF{aG9lMTIzNDU2c3Bhc3NhZ2U=}
Chaos
It give us a code and a output file
source:
1 | import random |
as we can see that it is using xor and base85 so just write a script to solve it
exploit:
1 | import base64 |
Flag: VishwaCTF{CrYpt0_cRyPT0_1g_It_1s_sOm3_7hiNg_t0_D0}
Flames
when I start up the instance it show a page
ok it look like a form to let us input things so maybe we can decide to try sqli (?
payload:
1 | 'UNION SELECT a; -- - |
and we can get this page and there is a link to another page when we click it we can get the flag >w<
Flag: VishwaCTF{SQL_1nj3ct10n_C4n_Qu3ry_Your_He4rt}