加载中...
avatar
文章
47
标签
13
分类
5
主页
分类
标签
时间轴
友链
关于笔者
LogoYxing?CTF-WP
搜索
主页
分类
标签
时间轴
友链
关于笔者

?CTF-WP

发表于2025-10-10|更新于2026-01-08|赛题wp
|总字数:6|阅读时长:1分钟|浏览量:
文章作者: yxing
文章链接: http://yxing-1.github.io/2025/10/10/QuestionCTF-WP/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Yxing!
比赛
cover of previous post
上一篇
NewStarCTF-WP
...
cover of next post
下一篇
PCTF-WP
sql_in万能密码绕过即可 POST:password=1&username=admin' or 1# PCTF{fa88f815-81f4-481d-b931-87d74f37d0ce} 复读机测试后发现存在ssti漏洞 直接打就行 POST:cmd={{lipsum.__globals__['os'].popen('env').read()}} PCTF{8ce08c23-f652-49d8-bfdf-4c179e0e05ba} what_is_jsfuck源码中给出提示<!-- Hint:Try entering "I want flag"...
相关推荐
cover
2025-01-23
BaseCTF-WP
2024HTTP 是什么呀常规的GET,POST传参,改cookie,referer,UA,IP,注意这里如果是GET传参要传入%00,就要先url编码一次,即传入%2500,因为浏览器会自动进行一次url解码 GET /?basectf=we1c%2500me POST Base=fl@gCookie: c00k13=i can't eat itUser-Agent: BaseReferer: BaseX-Forwarded-For:127.0.0.1 base64解码即可 喵喵喵´•ﻌ•`直接GET传参 DT=system('ls /');DT=system('cat /flag'); md5绕过欸直接数组绕过即可,注意第二层为强比较,也可用数组绕过 GET:name[]=1&name2[]=2Post:password[]=3&password2[]=4 A Dark Room源码 upload写个一句话木马存为1.php上传,bp抓包修改文件类型为Content-Type:...
cover
2025-04-26
ACTF-WP
2025WEBnot so web 1题目先随便注册登录进入后base64解码得到源码 import base64, json, timeimport os, sys, binasciifrom dataclasses import dataclass, asdictfrom typing import Dict, Tuplefrom secret import KEY, ADMIN_PASSWORDfrom Crypto.Cipher import AESfrom Crypto.Util.Padding import pad, unpadfrom flask import ( Flask, render_template, render_template_string, request, redirect, url_for, flash, session,)app = Flask(__name__)app.secret_key = KEY@dataclass(kw_only=True)class APPUser: ...
cover
2025-06-07
CMCTF-WP
WEBpop<?phpclass A1{ public $a1;}class A2{ public $a2 = '10086';}class A3{ public $a3;}class A4{ public $a4;}$a=new A1();$a->a1=new A2();$a->a1->a2=new A3();$a->a1->a2->a3=new A4();echo...
cover
2025-05-15
CTBUCTF-WP
WEBWelcome !! ctbuctf{we1c0me_t0_CT9UC7F2025} Sql_No_map…?原先还在自己测,结果发现目录有东西…… //index.php<?phprequire 'lib.php';header("Content-Type: text/html; charset=utf-8");$err = '';$selected_id = $_GET['id'] ?? '';$selected_article = null;// 获取文章列表$list_sql = "SELECT id, title FROM article ORDER BY id ASC"; //升序排列$list_res = db()->query($list_sql);$articles = [];while ($row = $list_res->fetch_assoc()) { $articles[]...
cover
2025-07-14
0xGame-WP
...
cover
2025-06-07
HNCTF-WP
2025WEBDeceptiFlag看到隐藏元素,而且提示拼音,分别输xiyangyang,huitailang进入tips.php cookie中发现flag位置为/var/flag/flag.txt,随便尝试几个路径包含发现都不行,伪协议读取成功 //file=php://filter/read=convert.base64-encode/resource=tips.php//tips.php<?phpsession_start();// 为 PHP 7 添加 str_starts_with 函数兼容支持if (!function_exists('str_starts_with')) { function str_starts_with($haystack, $needle) { return strpos($haystack, $needle) === 0; }}if (!isset($_SESSION['verified']) ||...
目录
  1. 2025-web
    1. week1
      1. Ping??
      2. 前端小游戏
      3. from_http
      4. Gitttttttt
      5. 包含不明东西的食物?!
      6. secret of php
    2. week2
      1. 留言板
      2. Only Picture Up
      3. Look at the picture
      4. 登录和查询
      5. Regular Expression
      6. 这是什么函数
    3. week3
      1. 魔术大杂烩
      2. 这又是什么函数
        1. 盲注
        2. 内存马
      3. 查查忆
      4. mysql管理工具
      5. 1VIP
      6. 1ezphp
    4. week4
      1. Path to Hero
      2. 1好像什么都能读
      3. 1android or apple
      4. 1ez_Ref
      5. 1waf?waf!
      6. 1来getshell 速度!
      7. 1这又又是什么函数
©2024 - 2026 By yxing
框架 Hexo|主题 Butterfly
搜索
数据加载中