Blogs
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 把每個幀數間的間距時間抓 …
AIS3 EOF 2021 Writeup
leetcall 題目 限制 payload # Problem 1: Hello print(getattr("Hello, {:}!", 'format')(getattr('!\nHello, ', 'join')(getattr(getattr(open(0),'read')(),'splitlines')()))) # Problem 2: Fibonacci …
BALSN 2021 WriteUp
balsn-2021-writeup 戰績 Metaeasy 題目 server code class MasterMetaClass(type): def __new__(cls, class_name, class_parents, class_attr): def getFlag(self): print('Here you go, my master') with open('flag') as f: print(f.read()) class_attr[getFlag.__name__] = getFlag attrs = ((name, value) …