2024-01-01から1年間の記事一覧

AmateursCTF 2024のやつ

AmateursCTF 2024 一人さびしく参加して66位でした.楽しかったです. denied [web] const express = require('express') const app = express() const port = 3000 app.get('/', (req, res) => { if (req.method == "GET") return res.send("Bad!"); res.co…

ACSCのやつ

ACSC 簡単な問題だけ解けました. 楽しかったです. rot13 [pwn] #include <stdio.h> #include <string.h> #define ROT13_TABLE \ "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" \ "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f" \</string.h></stdio.h>…

flag{hello_my_friend}