목록2022/07/05 (2)
ash3r & dmawhwhd
Profile 🔎Seungjun Kim (ash3r & dmawhwhd)Nationality : South KoreaBirth : 2004Work 👨💻Enki (2022.12.5 ~ 2023.12.18)Zellic (2024.1.3 ~ now)Affiliation 🎓EducationKaist 한국과학기술원sunrin internet high school 선린인터넷고등학교서울여자대학교 정보보호영재교육원CTF TeamSuper GuesserAwards 🏆2022 1st, 사이버 가디언즈 경진대회2022 1st, Whitehat Contest2022 1st, The Hacking Championship Junior2022 1st, JBU CTF2022 3rd, codegate 20222022 3rd..
Wacon 예선에서는 풀지 못 했지만 문제 퀄리티가 모두 좋아서 못 푼 것이 아쉬워 풀어봤습니다. 분석했을 때 attack gadget을 찾지 못해서 풀지 못 했는데 끝나고 여쭤봤고 그 방법으로 공부하여 풀어보았습니다. #!/usr/bin/env node const express = require('express') const childProcess = require('child_process') const app = express() const saved = Object.create(null) const config = {} const merge = function(t, src) { for(var v of Object.getOwnPropertyNames(src)) { if(typeof(src[v]) =..