分类: 赛题

4 篇文章

buu刷题记录(持续更新)
说在前面 打算重新刷一下buu,主播的暑假属实有些艰难了,去了不少医院,自己在家住,还被人盯上了,得亏主包敏感叫了警卫,不然真让偷家了,建议大家以后不要熬夜学习了o(╥﹏╥)o身体第一 [GXYCTF2019]Ping Ping Ping 读源码 http://568f64f9-c8b5-4dfc-b393-964911fa458d.node5.buuoj.cn:81?ip=127.0.0.1;c…
LilCTF2025
ez_bottle 源码 from bottle import route, run, template, post, request, static_file, errorimport osimport zipfileimport hashlibimport time​# hint: flag in /flag , have a try​UPLOAD_DIR = os.path.join(os.…
SwampCTF2025(AK)
Web Contamination 题目信息 I have created a safe reverse proxy that only forwards requests to retrieve debug information from the backend. What could go wrong?翻译:我创建了一个安全的反向代理,它仅转发从后端检索调试信息的请求。可能会出现什么问题呢?…
WolvCTF 2025(remake)
去南京线下比赛了,就没参与上,现在来复现了 Web javasc Puzzle 只有一个js文件 const express = require('express')​const app = express()const port = 8000​app.get('/', (req, res) => {   try {       const usern…