Grey Cat The Flag 2023 Qualifiers Writeup
CTFTime event link: https://ctftime.org/event/1938
Writeups
- Web:
- Misc:
Background
- Starts: 19 May 2023, 22:00 SGT
- Ends: 21 May 2023, 22:00 SGT
Grey Cat The Flag is a jeopardy-style CTF organized by NUS Greyhats (https://nusgreyhats.org/) and National Cybersecurity R&D Labs (https://ncl.sg/).
We will host the onsite finals at the National University of Singapore (NUS), to which the top 5 international teams and the top 10 Singapore teams from the qualifiers will be invited. Each team may send up to 6 people for the finals, and accommodation in Singapore will be provided for the international teams.
Categories:
- Rev
- Web
- Misc
- Pwn
- Crypto
Overview
- Team: JHDiscord
- Team Member: @siunam, @7777777, @awesome10billion, @oldschool125, @goldenturtle, @moreoflore, @Peace, @sdj04, @pho3nix, @fire
- Team Solves: 15/34
- Individual Solves: 6/34
- Score: 980
- Rank: 60/454
- Overall Difficulty To Me: ★★★★★☆☆☆☆☆
What I’ve learned in this CTF
- Web:
- Inspecting Source Page (Fetus Web)
- Exploiting Open Redirect Vulnerability To Leak Credentials (Login Bot)
- Exploiting HTTP Parameter Pollution In Flask & FastAPI To Bypass Validation (Microservices)
- Exploiting RCE Via SSTI With Filter Bypass (Microservices Revenge)
- Exploiting Blind SQL Injection With Conditional Responses (100 Questions)
- Leaking Cookies Via Reflected XSS (Baby Web)
- Exploiting PHP Insecure Deserialization With Custom Gadget Chain (View My Albums)
- Sort It Out (Unsolved)
- Misc:
- Crashing Python With Segmentation Fault Via
ctypes
Library (CrashPython) - Writing A Script To Solve Captcha With OCR (Gotcha)
- Crashing Python With Segmentation Fault Via