CTF
AIS3 Pre Exam 2023 …
Welcome 題目 解題 讀一下 pdf E-Portfolio baby 題目 解題 網頁進來是登入介面 About 那邊可以放 html 看起來可以 XSS 測一下 看起來可以 用 flask 隨便寫個 server 聽 request #!/usr/bin/env python3 from flask import Flask,request,redirect,Response app = Flask(__name__) @app.route('/',methods=['GET']) def data(): print(request.args) …
HITCON CTF 2021 Writeup
hitconctf-2022-writeup 戰績 checker Disassemble checker.exe and checker_drv.sys using IDA Pro. We can know that the checker sends the 0x222080u code to the checker_drv driver to check if there is a “hitcon” at address 0x140003000. checker.exe: checker_drv.sys: Also, there are other codes …
AIS3 Pre Exam 2022 …
Score Board Welcome Welcome 題目 Flag AIS3{WTF did I just see the FLAG before CTF starts?} Misc Excel 題目 解題 Flag AIS3{XLM_iS_to0_o1d_but_co0o0o00olll!!} Gift in the dream 題目 解題 binwalk gift_in_the_dream.gif 一下發現啥都沒有。 strings gift_in_the_dream.gif 一下看到一堆重複出現的奇怪字串,應該是提示。 通靈一下發現應該要用 identify 把每個幀數間的間距時間抓 …