Sekai CTF 2025 write up
Web
My Flask App
This question give us the source code:
123456789101112131415161718192021222324from flask import Flask, request, render_templateapp = Flask(__name__)@app.route('/')def hello_world(): return render_template('index.html')@app.route(
DownUnder CTF 2025 Write-up
Before Everything
In this competition, I played with Team QnQSec.
cert:
Reverse
zeus
First, I looked at the main function:
1234567891011121314151617181920212223242526272829303132333435363738394041int __fastcall main(int argc, const char **argv, const char **envp)
2025-07-08505 words3 mins
NHNC official write up
NHNC official writeUP
b@by_r3v3rs3
difficulty 2/10
as the question we can get a web assembling file when we download it as we need do disassemble the web assembling to c we can use
a tool call wabt
and how to use it just do
1wasm2c b@by_r3v3rs3.wasm -o main.c
and we can get a c file
as seeing the
2025-07-036.4k words38 mins
AIS3 2025 pre-exam WriteUp
AIS3 2025 pre-exam
Before All
因為我手受傷所以不太能生腳本 基本上本篇的腳本都是我告訴AI解法AI生的又或者直接丟AI
然後write up 寫的跟大便一樣請見諒
Misc
welcome
Flag: AIS3{Welcome_And_Enjoy_The_CTF_!}
Ramen CTF
題目給了一張圖片
看到桌子上的發票透過統編去查是哪家店
找到地址 丟到google map 得到
然後去找菜單 接著通靈出菜品
Flag: AIS3{樂山溫泉拉麵:蝦拉麵}
AIS3 Tiny Server - Web / Misc
這題的解法 根
2025-04-306 words1 min
WASM 初探
Here's something encrypted, password is required to continue reading.