KMA CTF 2023 - Writeups
1. Vào đây!
Analysis
Bài này cho ta src code như sau
const fs = require('fs')
const app = require('fastify')()
const crypto = require('crypto')
const md5 = d => crypto.createHash('md5').update(d).digest('hex')
const dbPromisePool = require('mysql2')....
endy21.hashnode.dev11 min read