37 words
1 minute
SCSC2026 Quals - Sejarah - Forensics Writeup

Category: Forensics

File: es-es-es.zip

Flag: scsc26{r4j4_S4w33d_l0H-yH44}

Challenge Description#

A ZIP file containing static web assets.

Analysis#

After extracting, the content includes HTML and JavaScript. The flag is stored directly in the JavaScript code.

Solution#

Extract and inspect the JavaScript:

unzip es-es-es.zip

Open:

assets/app.js

The flag is inside an alert().

Flag:

scsc26{r4j4_S4w33d_l0H-yH44}

SCSC2026 Quals - Sejarah - Forensics Writeup
https://fuwari.vercel.app/posts/26/scsc2026-quals-sejarah-forensics-writeup/
Author
Light
Published at
2026-02-17
License
CC BY-NC-SA 4.0